CodeBrowser / python-package / scikit-learn
scikit-learn==1.9.0
# A set of python modules for machine learning and data mining
$ pip install scikit-learn
downloads/wk
51,756,010
license
version
1.9.0
python
>=3.11
What is scikit-learn?
scikit-learn is a Python library that provides tools for machine learning and data mining tasks, including classification, regression, clustering, and dimensionality reduction. Developers use it to build predictive models, analyze data, and perform feature engineering with a consistent API across different algorithms. It integrates well with other Python scientific libraries like NumPy and Pandas, making it useful for end-to-end machine learning workflows.
Links