Metadata-Version: 2.4
Name: linear_regression_from_scratch
Version: 1.0.0
Summary: An awesome package that does something
Home-page: http://pypi.python.org/pypi/linear_regression_from_scratch/
Author: Abderrahmane bendaia
Author-email: abdoubendaia7@gmail.com
License: LICENSE.txt
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: linear_regression_from_scratch
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

# linear_regression_from_scratch

`linear_regression_from_scratch` is a Python library for ..........

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install `linear_regression_from_scratch`.

```bash
pip install linear_regression_from_scratch
```

## Usage

```python
import linear_regression_from_scratch

# returns 'words'
linear_regression_from_scratch.module_name('word')

# returns 'geese'
linear_regression_from_scratch.module_name('goose')

# returns 'phenomenon'
linear_regression_from_scratch.module_name('phenomena')
```

## License
[MIT](https://choosealicense.com/licenses/mit/)
