Skip to content

Latest commit

 

History

History

sklearn

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

scikit-learn

What it is good for?

The Machine Learning library scikit-learn contains methods for:

  • Supervised Learning (regression and classification, e.g. logistic regression, Support Vector Machines Random Forests)
  • Unsupervised Learning (clustering, PCA)
  • Preprocessing (scaling, text vectorization)
  • Model validation

Installed with Python by default

no

Installed with Anaconda

yes

How to install it?

pip install scikit-learn

Where to learn more?

http://scipy.org/