Workshop material for Machine Learning with Python
To use the material in your machine:
- clone the repo
- create a virtual environment using:
python -m venv .venv - activate the virtual environment:
source .venv/bin/activate - download jupyter notebook:
pip install jupyter notebook - From cl you can call:
jupyter notebook - install the dependencies from the requirements.txt