Scikit-learn: Machine Learning in Python
About
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.org.
Fabian Pedregosa, Ga\"el Varoquaux, Alexandre Gramfort, Vincent Michel, Bertrand Thirion, Olivier Grisel, Mathieu Blondel, Andreas M\"uller, Joel Nothman, Gilles Louppe, Peter Prettenhofer, Ron Weiss, Vincent Dubourg, Jake Vanderplas, Alexandre Passos, David Cournapeau, Matthieu Brucher, Matthieu Perrot, \'Edouard Duchesnay• 2012
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Semantic segmentation | COCO Stuff | -- | 399 | |
| Credit Card Fraud Detection | BankSim | Precision@K77.8 | 200 | |
| Out-of-sample random-X regression | Spiked covariance model d/N = 0.9, noise = 1 synthetic (out-of-sample) | Median MSE1 | 196 | |
| Credit Card Fraud Detection | BankSim | Expected Cost88.1 | 160 | |
| Clustering | Random datasets Uniform distribution on the unit interval in R^d (test) | Runtime (s)0.00e+0 | 117 | |
| Credit Card Fraud Detection | BankSim | Partial PR AUC40.7 | 110 | |
| Classification | Lung | ACC96.47 | 96 | |
| Classification | MNIST | Accuracy96.2 | 89 | |
| Classification | Adult | Accuracy85.74 | 86 | |
| Classification | Adult | Accuracy84.7 | 86 |
Showing 10 of 484 rows
...