Files
developer-roadmap/roadmaps/python-data-analysis/content/scikit-learn@npndQC8OIfP1wwn_iswPy.md
T
Arik Chakma 274082fd77 feat: clean roadmap content and sync scripts (#10181)
* refactor: clean to roadmap content

* refactor: move shared helpers into scripts/lib
2026-07-28 05:45:17 +06:00

644 B

Scikit-learn

Scikit-learn is the standard machine learning library for Python. It provides a consistent API for classification, regression, clustering, dimensionality reduction, model selection, and preprocessing. Models are trained with .fit(), used to predict with .predict(), and evaluated with a suite of metrics. Scikit-learn also provides tools for pipelines, cross-validation, and hyperparameter tuning.

Visit the following resources to learn more: