Day 1 — Framing and first models
- What machine learning can, and can't, do for you
- Framing the problem: supervised, unsupervised, what to predict
- Features, target and the scikit-learn API: fit, predict, transform
- Splitting your data: train and test
- A first regression: linear models
- Measuring errors: MAE, RMSE, R²
- A first classification: logistic regression, k nearest neighbours
- Accuracy lies: confusion matrix, precision, recall, F1
- Decision trees and random forests