Skip to content

fiuacm/ml_workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published