scikit-learn is an open-source Python library providing simple and efficient tools for predictive data analysis. It is designed for everyone, supporting tasks such as classification, regression, clustering, dimensionality reduction, model selection, and preprocessing, and is built on top of NumPy, SciPy, and matplotlib. scikit-learn is widely used for research and production in data science and machine learning projects.
Visit scikit-learn's official website for product details and getting started.
Comprehensive guide covering all features and functionalities of scikit-learn.
Detailed API documentation for all classes and functions in scikit-learn.