// machine-learning
Machine Learning in Python
Versatile library providing a range of supervised and unsupervised learning algorithms. Known for its ease of use and efficiency for data mining and data analysis with classical ML algorithms.
Data engineers use scikit-learn Pipelines to build reproducible feature engineering and model training workflows. A `Pipeline` chains `StandardScaler`, `OneHotEncoder`, and a classifier — ensuring the same transformations apply at both training and inference time, preventing data leakage and making model serving straightforward.
Versatile library providing a range of supervised and unsupervised learning algorithms. Known for its ease of use and efficiency for data mining and data analysis with classical ML algorithms.
Yes, Scikit-learn is free to use.
Scikit-learn is listed under the Machine Learning Libraries category on Python Data Engineering.
Details
Related
| Tool | Pricing | Rating | |
|---|---|---|---|
TE TensorFlowfeatured End-to-End ML Platform | Free | ★ 4.8 | → |
PY PyTorchfeatured Deep Learning Framework | Free | ★ 4.8 | → |
KE Keras High-Level Neural Networks API | Free | ★ 4.7 | → |