The slides are provided in tutorials.pdf and the jupyter notebook file Tutorial.ipynb is used for the hands-on tutorials.
software needed:
python3 -m venv sklearn-env
source sklearn-env/bin/activate # activate
pip3 install -U scikit-learn
pip3 install pandas
pip3 install jupyter lab
The colab version is also provided: https://colab.research.google.com/drive/1Ts6JGHeMOFCqnbjg7uvlgWJigJYhWoRc?usp=sharing
