A progressive, hands-on collection of machine learning projects documenting my journey from raw data to production-ready models.
Each project tackles a real-world dataset, building on skills introduced in the previous one.
| # | Project | Domain | Key Skills | Status |
|---|---|---|---|---|
| 01 | Indie Game Sales — Preprocessing Pipeline | Gaming / Market Analysis | Missing value imputation, Label Encoding, StandardScaler | Complete |
| 02 | (coming soon) | TBD | TBD | In Progress |
- Language: Python 3.x
- Environment: Google Colab
- Core Libraries:
pandas,numpy,scikit-learn,matplotlib,seaborn
- Build a robust preprocessing intuition — imputation strategies, encoding choices, scaling methods
- Progress to model training — regression, classification, hyperparameter tuning
- Develop end-to-end ML pipelines deployable in real products
ml-learning-series/
├── README.md ← You are here
├── project-01-indie-games/
│ ├── README.md
│ ├── notebooks/
│ │ └── indie_games_preprocessing.ipynb
│ ├── data/
│ │ └── README.md ← Dataset sourcing instructions
│ ├── docs/
│ │ └── pipeline_notes.md
│ └── assets/
│ └── (plots/screenshots)
└── project-02-.../