Scikit-learn: Machine Learning in Python
Abstract
Scikit-learn is a Python module integrating a wide range of state-of-the-art machine learning algorithms for medium-scale supervised and unsupervised problems. This package focuses on bringing machine learning to non-specialists using a general-purpose high-level language. Emphasis is put on ease of use, performance, documentation, and API consistency. It has minimal dependencies and is distributed under the simplified BSD license, encouraging its use in both academic and commercial settings. Source code, binaries, and documentation can be downloaded from http://scikit-learn.sourceforge.net.
Cited in this thesis
Frequently Cited Together
- Logistic regression1 chapter
- One model to learn them all1 chapter
- Neural network ensembles1 chapter
- Genetic programming for feature construction and selection in classification on 1 chapter
- Linear discriminant analysis-a brief tutorial1 chapter
- Genetic programming for multiple-feature construction on high-dimensional classi1 chapter
BibTeX
@article{Pedregosa2011,
author = {Pedregosa, F. and Varoquaux, G. and Gramfort, A. and Michel, V. and Thirion, B. and Grisel, O. and Blondel, M. and Prettenhofer, P. and Weiss, R. and Dubourg, V. and Vanderplas, J. and Passos, A. and Cournapeau, D. and Brucher, M. and Perrot, M. and Duchesnay, E.},
journal = {Journal of Machine Learning Research},
title = {Scikit-learn: Machine Learning in Python},
year = {2011},
pages = {2825–2830},
volume = {12},
}