scikit-learn
Package — MLPython 3.9+Intermediate
Classification, regression, clustering, preprocessing, pipelines, model selection
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.9+
- Dependencies
- NumPy, SciPy, joblib, threadpoolctl
- Install
pip install scikit-learn
Learn by Difficulty
Quick Example
python
import sklearn print(f"scikit-learn loaded successfully") print(f"Version: {getattr(sklearn, '__version__', 'unknown')}")
scikit-learn is a third-party package. Classification, regression, clustering, preprocessing, pipelines, model selection. Install with: pip install scikit-learn
Try in PlaygroundTags
packagemachine-learningclassificationregressionclustering
Related Items
numpy
Package — Data Science
N-dimensional arrays, vectorized math, linear algebra, FFT
scipy
Package — Data Science
Scientific computing: optimization, integration, signal processing, statistics
pandas
Package — Data Science
Data manipulation with DataFrame and Series structures
xgboost
Package — ML
Gradient boosting framework optimized for speed and performance
lightgbm
Package — ML
Fast gradient boosting by Microsoft for large datasets
statsmodels
Package — Data Science
Statistical modeling: regression, time series, hypothesis tests, ANOVA