Lecture 7 · Wed, 7 Oct 2026

Model selection and cross-validation

Cross-validation, hyperparameter tuning, and model comparison

Open slides

Model Selection and Cross-Validation

Model selection means choosing between competing workflows, not just algorithms. This lecture covers k-fold cross-validation in detail, hyperparameter tuning with GridSearchCV, choosing the right evaluation metric, and how to report model selection results. We emphasise that a reproducible selection rule is more valuable than an opaque “best model” claim.

Interactive: K-fold cross-validation

5-fold cross-validation: each iteration holds out a different fold for validation while training on the remaining four.

MST0052 Predictive Modelling with Machine Learning · Fall 2026 · BI Norwegian Business School