scikit learn - AshokBhat/ml GitHub Wiki

About

  • Python ML Library
  • Simple and efficient tools for predictive data analysis
  • Accessible to everybody, and reusable in various contexts
  • Built on NumPy, SciPy, and matplotlib
  • Open source, commercially usable - BSD license

Features

Classification

Regression

Clustering

Dimensionality reduction

Model selection

Preprocessing

  • Feature extraction and normalization.
  • Applications: Transforming input data such as text for use with machine learning algorithms.
  • Algorithms: preprocessing, feature extraction, and more...

See also