Skip to content

Latest commit

Β 

History

History
18 lines (12 loc) Β· 744 Bytes

File metadata and controls

18 lines (12 loc) Β· 744 Bytes

Machine Learning Playground

A hands-on laboratory for building, evaluating, and comparing machine learning models across diverse datasets β€” from fast baselines to fully tuned pipelines.

This repository documents my learning-by-building journey in applied machine learning, with an emphasis on clean experimentation, reproducibility, and fair model comparison.


πŸš€ What This Repo Covers

  • Classical ML models: Logistic Regression, KNN, SVM, Naive Bayes, Decision Trees, Random Forests
  • Data preprocessing & feature engineering
  • Pipeline-based training (scikit-learn style)
  • Hyperparameter tuning
  • Model evaluation & benchmarking
  • Visualizations and experiment tracking
  • Notes on failures, fixes, and insights