Start here
ML Workflow & Evaluation, in plain language
Frame a problem, split data correctly, choose metrics, detect overfitting, and compare against a baseline. A trustworthy workflow turns a useful question into reproducible evidence and protects evaluation data from accidental reuse.
For a small example, predict whether six students pass when five already pass. Compare the model with the majority baseline; accuracy alone exposes that a constant predictor already scores highly. This is the mechanism to keep in view as the lesson becomes more technical. Before moving on, identify the input, transformation, output, and one observation that would falsify your conclusion.
Key points
- Problem framing, target, unit, prediction time, and baseline.
- Train, validation, test, cross-validation, and temporal splits.
- Regression and classification metrics, confusion matrix, calibration, and thresholds.