Skip to content

Predictive Modelling (Supervised Learning)

All models are wrong, but some are useful. — George Box

Introduction

Predictive modelling uses labelled data to learn patterns and make predictions. This topic covers the core supervised learning algorithms.

What You Will Learn

  • Implement and compare linear and logistic regression models
  • Train decision tree and ensemble models
  • Apply SVM for classification tasks
  • Select appropriate algorithms based on problem characteristics

Assessment Connection

Section A — you must "compare two ML models/approaches" with clear justification for selection.

Content