Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 509 Bytes

README.md

File metadata and controls

38 lines (22 loc) · 509 Bytes

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