A repository of exercises for Zero to Mastery Machine Learning course
-
Create a new python virtual environment:
python3 -m venv .
-
Activate newly created python virtual environemnt:
source bin/activate
-
Install required packages:
pip install -r requirements.txt
-
To open jupyter notebook from the terminal:
jupyter notebook