Metadata-Version: 2.4
Name: hiba_simple_linear_regression
Version: 0.1
Summary: Un package Python pour la régression linéaire simple
Home-page: https://github.com/hibyy/Simple_Linear_Regression
Author: Zoubir hiba
Author-email: h.zouir@esi-sba.dz
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# Simple Linear Regression

Un package Python pour faire de la régression linéaire simple **from scratch**.

## Installation

```bash
pip install .
