Scikit-learn

scikit-learn
Original author(s)David Cournapeau
Developer(s)Google Summer of Code project
Initial releaseJune 2007 (2007-06)
Stable release
1.7.0 / 6 June 2025 (6 June 2025)
Repository
Written inPython, Cython, C and C++
Operating systemLinux, macOS, Windows
TypeLibrary for machine learning
LicenseNew BSD License
Websitescikit-learn.org

scikit-learn (formerly scikits.learn and also known as sklearn) is a free and open-source machine learning library for the Python programming language. 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. Scikit-learn is a NumFOCUS fiscally sponsored project.