Metadata-Version: 2.4
Name: simple_regression_grqphical
Version: 0.0.1
Summary: This is a simple implementation of Linear Regression using the method of Least Squares
Author-email: Nathan Jacobson <nathan@nathanjacobson.ca>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# Simple Regression
This is a super simple implementation of Linear Regression, built from scratch using numpy.

## License
This project is licensed under the MIT License