scikit-learn

The standard Python machine learning library — consistent API for classification, regression, clustering, and preprocessing.

Python free Open Source data since 2007

Scikit-learn provides a consistent fit/transform/predict API across dozens of classical ML algorithms — SVMs, decision trees, random forests, gradient boosting, k-means, and more. It integrates seamlessly with NumPy and Pandas and is the starting point for most data science ML workflows before graduating to deep learning.

// tags

mldata-scienceclassificationregressionclusteringpythonpreprocessing
Something wrong? Edit this entry on GitHub.
✏ Edit on GitHub