Skip to content

bugra/pydata-dal-2015

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Thorough Machine Learning Pipeline via Scikit-Learn

This repo includes all of the IPython notebooks that I will go through in the tutorial. It is targeted to people who have intermediate knowledge in machine learning and wants to learn more advanced features of the Scikit-learn.

It tries to cover the following concepts in Scikit-Learn:

  1. Pipeline
  2. Cross-Validation
  3. Grid-Search
  4. Randomized Grid Search
  5. Distance and Scoring Functions
  6. Feature Unions and Engineering
  7. Out-of-core Learning (partial_fit)

The dependencies are given in the 0th notebook, to reproduce it, make sure you have at least those versions in that notebook. Otherwise, please feel free to open an issue in this repository.

You could browse the IPython notebooks in nbviewer

About

Pydata Dallas 2015 Scikit-Learn Tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages