Metadata-Version: 2.4
Name: linearregression-oualidbench
Version: 1.0.0
Summary: An awesome package that does something
Author: oualid
Author-email: bencheikhlehocineoualidmouatez@gmail.com
License: LICENSE.txt
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: license
Dynamic: license-file
Dynamic: summary

# package_name

`LR` is a Python library for ..........

## Installation

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

```bash
pip install package_name
```

## Usage

```python
import linearregression

model=LinearRegression()

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