Exercises in applications of machine learning.
These exercises were completed as assignment for the course "Machine Learning"/"Μηχανική Μάθηση".
- Linear Models
- Data manipulation exercises.
- Implementation and testing of linear models from scratch.
- Tree Models
- Exercises on:
- Basic decision trees.
- Pipelines.
- Decision tree model tuning with grid search.
- Exercises on:
- Ensemble Models
- Exercises on:
- Voting classifier ensemble using simple models.
- Stacking classifier using complex models.
- Ensembles using decision trees.
- Exercises on:
More details can be found inside the notebooks.