Jump to content

Scikit-learn

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Qwertyus (talk | contribs) at 01:53, 22 October 2011 (Created page with '{{Infobox software | name = scikit-learn | logo = | screenshot = | caption = | collapsible ...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
scikit-learn
Original author(s)David Cournapeau
Stable release
0.9
Repository
Written inPython (parts in Cython, C and C++)
Operating systemLinux, Mac OS X, Microsoft Windows
TypeMachine learning
LicenseBSD License
Websitehttp://scikit-learn.org/

scikit-learn (formerly also scikits.learn) is an open source machine learning library for the Python programming language. It features various classification, regression and clustering algorithms including support vector machines, logistic regression, naive Bayes, k-means and DBSCAN, and is designed to interoperate with NumPy and SciPy.

scikit-learn is under active development, sponsored by INRIA and occasionally Google (through the Google Summer of Code).

See also

  • Orange -- competing Python toolkit