Metadata-Version: 2.1
Name: simp2
Version: 0.0.1
Summary: This is a simple implementation of linear regression
Author-email: Cong Kha Nguyen <congkhanguyen@gmail.com>
Project-URL: Homepage, https://github.com/congkhanguyen/simplelinearregress
Project-URL: Bug Tracker, https://github.com/congkhanguyen/simplelinearregress/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Simple Linear Regression
## This is a simple implementation of linear regression
1. Install package `simplelinearregression` package by `pip`. All dependent pakages have been already installed
- `pip install -i https://test.pypi.org/simple/ simpleregres==0.0.1`
2. Train model with diabetes dataset
``` Python
class MyClass
end
```
3. 
