A small project where I perform linear and polynomial regression on a dataset of linear data.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
$ pip3 install virtual env
$ virtualenv -p python3 env
$ source env/bin/activate
$ pip3 install requirements.txt
$ python3 regression.ipynb
$ jupyter notebook