├── 1. An introduction to Machine Learning with Scikit-Learn.ipynb ├── 2. Robust and calibrated estimators with Scikit-Learn.ipynb ├── README.md ├── environment.yml ├── img ├── bv.png ├── classifiers.png ├── cross-validation.png ├── forest.png ├── ipython-logo.jpg ├── kfold.jpg ├── matplotlib-logo.png ├── motivation.png ├── numpy-logo.png ├── pandas-logo.png ├── scikit-learn-logo.png ├── scipy-logo.png ├── tree-partition.png └── tree-simple.png ├── robustness.py └── tutorial.py /1. An introduction to Machine Learning with Scikit-Learn.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/glouppe/tutorials-scikit-learn/HEAD/1. An introduction to Machine Learning with Scikit-Learn.ipynb -------------------------------------------------------------------------------- /2. Robust and calibrated estimators with Scikit-Learn.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/glouppe/tutorials-scikit-learn/HEAD/2. Robust and calibrated estimators with Scikit-Learn.ipynb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/glouppe/tutorials-scikit-learn/HEAD/README.md -------------------------------------------------------------------------------- /environment.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/glouppe/tutorials-scikit-learn/HEAD/environment.yml -------------------------------------------------------------------------------- /img/bv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/glouppe/tutorials-scikit-learn/HEAD/img/bv.png -------------------------------------------------------------------------------- /img/classifiers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/glouppe/tutorials-scikit-learn/HEAD/img/classifiers.png -------------------------------------------------------------------------------- /img/cross-validation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/glouppe/tutorials-scikit-learn/HEAD/img/cross-validation.png -------------------------------------------------------------------------------- /img/forest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/glouppe/tutorials-scikit-learn/HEAD/img/forest.png -------------------------------------------------------------------------------- /img/ipython-logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/glouppe/tutorials-scikit-learn/HEAD/img/ipython-logo.jpg -------------------------------------------------------------------------------- /img/kfold.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/glouppe/tutorials-scikit-learn/HEAD/img/kfold.jpg -------------------------------------------------------------------------------- /img/matplotlib-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/glouppe/tutorials-scikit-learn/HEAD/img/matplotlib-logo.png -------------------------------------------------------------------------------- /img/motivation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/glouppe/tutorials-scikit-learn/HEAD/img/motivation.png -------------------------------------------------------------------------------- /img/numpy-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/glouppe/tutorials-scikit-learn/HEAD/img/numpy-logo.png -------------------------------------------------------------------------------- /img/pandas-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/glouppe/tutorials-scikit-learn/HEAD/img/pandas-logo.png -------------------------------------------------------------------------------- /img/scikit-learn-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/glouppe/tutorials-scikit-learn/HEAD/img/scikit-learn-logo.png -------------------------------------------------------------------------------- /img/scipy-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/glouppe/tutorials-scikit-learn/HEAD/img/scipy-logo.png -------------------------------------------------------------------------------- /img/tree-partition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/glouppe/tutorials-scikit-learn/HEAD/img/tree-partition.png -------------------------------------------------------------------------------- /img/tree-simple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/glouppe/tutorials-scikit-learn/HEAD/img/tree-simple.png -------------------------------------------------------------------------------- /robustness.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/glouppe/tutorials-scikit-learn/HEAD/robustness.py -------------------------------------------------------------------------------- /tutorial.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/glouppe/tutorials-scikit-learn/HEAD/tutorial.py --------------------------------------------------------------------------------