Repository to hold exercises done as part of Coursera's ML Specialisation
https://www.coursera.org/specializations/machine-learning-introduction
- create venv
- mkdir ml-special-venv
- python3 -m venv ml-special-venv
- start venv
- source ml-special-venv/bin/activate
- upgrade pip
- python3 -m pip install --upgrade pip
- install requirements
- pip install -r requirements.txt
- start jupyter notebook
- jupyter notebook