Back to Tech Stack

Scikit-learn

Comprehensive machine learning library for Python with algorithms for classification, regression, clustering, and dimensionality reduction.

Scikit-learn

Industry-standard machine learning library for Python. Provides simple and efficient tools for data mining and data analysis.

Key Features

  • Classification: SVM, random forests, gradient boosting
  • Regression: Linear, ridge, lasso, and more
  • Clustering: K-means, DBSCAN, hierarchical
  • Preprocessing: Scaling, encoding, feature selection
  • Model Selection: Cross-validation and metrics

My Experience

Used extensively for classical ML tasks, feature engineering, model evaluation, and building production ML pipelines.