scikit-learn




Machine learning library for the Python programming language














































scikit-learn
Scikit learn logo small.svg
Original author(s) David Cournapeau
Initial release June 2007; 11 years ago (2007-06)
Stable release
0.20.2
/ 19 December 2018; 18 days ago (2018-12-19)[1][2]

Repository
  • github.com/scikit-learn/scikit-learn
Edit this at Wikidata
Written in
Python, Cython, C and C++
Operating system
Linux, macOS, Windows
Type Library for machine learning
License New BSD License
Website scikit-learn.org

Scikit-learn (formerly scikits.learn) is a free software machine learning library for the Python programming language.[3]
It features various classification, regression and clustering algorithms including support vector machines, random forests, gradient boosting, k-means and DBSCAN, and is designed to interoperate with the Python numerical and scientific libraries NumPy and SciPy.




Contents






  • 1 Overview


  • 2 Implementation


  • 3 Version history


  • 4 See also


  • 5 References


  • 6 External links





Overview


The scikit-learn project started as scikits.learn, a Google Summer of Code project by David Cournapeau. Its name stems from the notion that it is a "SciKit" (SciPy Toolkit), a separately-developed and distributed third-party extension to SciPy.[4]
The original codebase was later rewritten by other developers. In 2010 Fabian Pedregosa, Gael Varoquaux, Alexandre Gramfort and Vincent Michel, all from INRIA took leadership of the project and made the first public release on February the 1st 2010.[5] Of the various scikits, scikit-learn as well as scikit-image were described as "well-maintained and popular" in November 2012[update].[6]


As of 2018[update], scikit-learn is under active development.[7]



Implementation


Scikit-learn is largely written in Python, with some core algorithms written in Cython to achieve performance. Support vector machines are implemented by a Cython wrapper around LIBSVM; logistic regression and linear support vector machines by a similar wrapper around LIBLINEAR.



Version history


Scikit-learn was initially developed by David Cournapeau as a Google summer of code project in 2007. Later Matthieu Brucher joined the project and started to use it as a part of his thesis work. In 2010 INRIA, the French Institute for Research in Computer Science and Automation,[8] got involved and the first public release (v0.1 beta) was published in late January 2010.



  • September 2018. scikit-learn 0.20.0 [9]

  • July 2018. scikit-learn 0.19.2

  • July 2017. scikit-learn 0.19.0

  • September 2016. scikit-learn 0.18.0

  • November 2015. scikit-learn 0.17.0[10]

  • March 2015. scikit-learn 0.16.0[10]

  • July 2014. scikit-learn 0.15.0[10]

  • August 2013. scikit-learn 0.14[10]



See also



  • mlpy

  • SpaCy

  • NLTK

  • Orange

  • TensorFlow

  • List of numerical analysis software

  • NumPy

  • matplotlib



References





  1. ^ "scikit-learn release history"..mw-parser-output cite.citation{font-style:inherit}.mw-parser-output q{quotes:"""""""'""'"}.mw-parser-output code.cs1-code{color:inherit;background:inherit;border:inherit;padding:inherit}.mw-parser-output .cs1-lock-free a{background:url("//upload.wikimedia.org/wikipedia/commons/thumb/6/65/Lock-green.svg/9px-Lock-green.svg.png")no-repeat;background-position:right .1em center}.mw-parser-output .cs1-lock-limited a,.mw-parser-output .cs1-lock-registration a{background:url("//upload.wikimedia.org/wikipedia/commons/thumb/d/d6/Lock-gray-alt-2.svg/9px-Lock-gray-alt-2.svg.png")no-repeat;background-position:right .1em center}.mw-parser-output .cs1-lock-subscription a{background:url("//upload.wikimedia.org/wikipedia/commons/thumb/a/aa/Lock-red-alt-2.svg/9px-Lock-red-alt-2.svg.png")no-repeat;background-position:right .1em center}.mw-parser-output .cs1-subscription,.mw-parser-output .cs1-registration{color:#555}.mw-parser-output .cs1-subscription span,.mw-parser-output .cs1-registration span{border-bottom:1px dotted;cursor:help}.mw-parser-output .cs1-hidden-error{display:none;font-size:100%}.mw-parser-output .cs1-visible-error{font-size:100%}.mw-parser-output .cs1-subscription,.mw-parser-output .cs1-registration,.mw-parser-output .cs1-format{font-size:95%}.mw-parser-output .cs1-kern-left,.mw-parser-output .cs1-kern-wl-left{padding-left:0.2em}.mw-parser-output .cs1-kern-right,.mw-parser-output .cs1-kern-wl-right{padding-right:0.2em}


  2. ^ "scikit-learn 0.20.2". Python Package Index.


  3. ^ Fabian Pedregosa; Gaël Varoquaux; Alexandre Gramfort; Vincent Michel; Bertrand Thirion; Olivier Grisel; Mathieu Blondel; Peter Prettenhofer; Ron Weiss; Vincent Dubourg; Jake Vanderplas; Alexandre Passos; David Cournapeau; Matthieu Perrot; Édouard Duchesnay (2011). "Scikit-learn: Machine Learning in Python". Journal of Machine Learning Research. 12: 2825–2830.


  4. ^ Dreijer, Janto. "scikit-learn".


  5. ^ "About us — scikit-learn 0.20.1 documentation". scikit-learn.org.


  6. ^ Eli Bressert (2012). SciPy and NumPy: an overview for developers. O'Reilly. p. 43.


  7. ^ "About Us". Retrieved 16 April 2018.


  8. ^ "French Institute for Research in Computer Science and Automation". Wikipedia. 2017-01-21.


  9. ^ "Release History - 0.20.0 documentation". scikit-learn. Retrieved 6 November 2018.


  10. ^ abcd "Release history — scikit-learn 0.19.dev0 documentation". scikit-learn.org. Retrieved 2017-02-27.




External links


  • Official website










Popular posts from this blog

MongoDB - Not Authorized To Execute Command

Npm cannot find a required file even through it is in the searched directory

in spring boot 2.1 many test slices are not allowed anymore due to multiple @BootstrapWith