Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/glouppe/tutorials-scikit-learn
- Owner: glouppe
- Created: 2015-10-28T07:42:32.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-29T21:28:41.000Z (over 6 years ago)
- Last Synced: 2024-08-03T23:27:17.971Z (3 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 15.6 MB
- Stars: 128
- Watchers: 15
- Forks: 51
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)