A simple example of how linear and multivariable regression works
- Python 3.x
- Jupyter Notebook
- pip (package manager for python)
There are three libraries you need for thi project: Numpy, Pandas and Matplotlib
pip install pandas
pip install numpy
pip install matplotlib
To install jupyter notebook run:
pip install jupyter
Once successfully installed you can run the notebook with:
jupyter notebook