Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/glouppe/tutorials-scikit-learn

Scikit-Learn tutorials
https://github.com/glouppe/tutorials-scikit-learn

Last synced: 13 days ago
JSON representation

Scikit-Learn tutorials

Awesome Lists containing this project

README

        

# Scikit-Learn tutorials

1. Tutorial on machine learning and Scikit-Learn (beginner level).
2. Tutorial on robust and calibrated estimators with Scikit-Learn (mid level)

Contact: @glouppe | BSD 3-clause license

## Installation instructions

1) [Download](https://www.continuum.io/downloads) and install the latest Anaconda distribution, coming with Python 3.5 and the full scientific Python stack.

2) Install dependencies:
```
conda install numpy scipy scikit-learn jupyter matplotlib
```

3) Clone this repository and start Jupyter
```
git clone https://github.com/glouppe/tutorial-scikit-learn.git
cd tutorial-scikit-learn
jupyter notebook
```

## Launch on Binder without installing anything!
[![Binder](http://mybinder.org/badge.svg)](http://mybinder.org/repo/glouppe/tutorial-scikit-learn)