In this repo you will find the resources I used for the intro to machine learning course.
The python version used for the course was the recommended by Udacity, python2.7. All the packages can be installed by:
pip install -r requirements.txt
I actually experienced a runtime error with the matplotlib library as i was working in MAC OSX indicating python wasn't installed as a framework. This was solved with the following command:
echo "backend: TkAgg" >> ~/.matplotlib/matplotlibrc
Note that you can't use this repo directly as the dataset isn't downloaded on it.