sklearn Sub-Module
(Redirected from sklearn Module)
Jump to navigation
Jump to search
An sklearn Sub-Module is a Python module within sklearn.
- Example(s):
- Counter-Example:
- See: Python scikit-learn, SciPy Sub-Module, NumPy, Python-nltk, PyTorch, TensorFlow, Biopython, Astropy, Matplotlib, Python pandas.
References
2011
- (Pedrosa et al., 2011) ⇒ Pedregosa et al. (2011). Scikit-learn: Machine Learning in Python, JMLR 12, pp. 2825-2830.
- 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.