Awesome
Classification-Algorithm
To install jupyter-notebook follow the instructions: https://jupyter-notebook-beginner-guide.readthedocs.io/en/latest/install.html
To install all the required python packages run
pip3 install -r requirements.txt
A lot of the examples I used in this tutorial are borrowed from Introduction to Machine Learning with Python by Sarah Guido, Andreas C. Müller. See here.