Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 581 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 581 Bytes

machine-learning-class-python

Requirements:

  • python 3.6.x or higher
  • scikit-learn
  • seaborn
  • numpy
  • scipy
  • matplotlib
  • jupyter notebook
  • graphviz

You may be better off installing all the python packages using Anaconda

Folder structure:

You can run through the exercises yourself or look at the complete exercises:

Do it yourself:

  • Extras/Pandas/*.ipynb
  • week1/*.ipynb

Completed exercises:

  • Extras/Pandas/Complete/*.ipynb
  • week1/Complete/*.ipynb

Titanic Challenge From Kaggle (https://www.kaggle.com/c/titanic):

  • week2

Extra documents in the root folder