Skip to content

Third party projects and code snippets

Mathieu Blondel edited this page May 8, 2014 · 41 revisions

This page references projects and code snippets (gists) which are compatible with the scikit-learn API conventions.

Projects

Different models and algorithms

  • lightning Large-scale linear classification and regression in Python/Cython
  • libOPF Optimal path forest classifier
  • pyIPCA Incremental Principal Component Analysis
  • sklearn_pandas bridge for scikit-learn pipelines and pandas data frame with dedicated transformers.
  • py-earth Multivariate adaptive regression splines
  • [HMMLearn] (https://github.com/hmmlearn/hmmlearn) Hidden Markov Models
  • sklearn-compiledtrees generate a C++ implementation of the predict function for decision trees (and ensembles) trained by sklearn. Useful for latency-sensitive production environments.
  • glm-sklearn scikit-learn compatible wrapper around the GLM module in statsmodel.

Application-specific projects

Gists

Other

Code snippets that do not follow the fit / predict / transform API.

Clone this wiki locally