Forked 2022 from https://github.com/glouppe/tutorials-scikit-learn - many thanks for the original.
Now at: https://github.com/ianozsvald/tutorials-scikit-learn
conda activate sklearn-tutorial
cd tutorial-scikit-learn
jupyter notebook
- Tutorial on machine learning and Scikit-Learn (beginner level).
- Tutorial on robust and calibrated estimators with Scikit-Learn (mid level)
Contact: @glouppe | BSD 3-clause license
Using Anaconda:
conda env create -f environment.yml
conda activate sklearn-tutorial