Regresion Workshop

A simple example of how linear and multivariable regression works

Things you need

  • Python 3.x
  • Jupyter Notebook
  • pip (package manager for python)

Libraries

There are three libraries you need for thi project: Numpy, Pandas and Matplotlib

pip install pandas
pip install numpy
pip install matplotlib

Editor

To install jupyter notebook run:

pip install jupyter

Once successfully installed you can run the notebook with:

jupyter notebook