Skip to content

Demo of Sci-Kit Learn classes and custom classes

Notifications You must be signed in to change notification settings

pikaliov/scikitFlowDemo

 
 

Repository files navigation

Scikit-Learn work flow demo

This demo will be revisiting the Kaggle Titanic dataset

We'll be introducing some new tools to implement what we did last session. Using custom classes (regressors, classifiers, cluster-ers, transformers, feature unions, and pipelines) can be powerful additions to your tool belt.

This introduction is modeled after Adam Rogers's titanic_finished-ish.py script we worked through last time.

Data available at https://www.kaggle.com/c/titanic/data.

Topics

- Ensembles - to be completed

- Feature Unions - to be completed

About

Demo of Sci-Kit Learn classes and custom classes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 75.8%
  • Python 24.2%