๐Ÿ—“๏ธ Week 03 - Fundamentals of Classification

Theme: Supervised Learning

Author

Welcome to Week 3!

This week, weโ€™ll look at classification in more details. Different to regression, where we predict a continuous outcome, classification is used to predict a categorical outcome. For example, we might want to predict whether an email is spam or not (a binary outcome) or the type of animal in a picture (a multi-class outcome).

The main algorithm we will use to cover this foundational topic is logistic regression, which is a type of generalized linear model (GLM).

There will also be some homework to prepare for week 4โ€™s lab. Stay tuned!

๐Ÿ‘ฉ๐Ÿปโ€๐Ÿซ Lecture Material

๐ŸŽฅ Looking for lecture recordings? You can only find those on Moodle, typically a day after the lecture. If you canโ€™t find the recordings, please contact ๐Ÿ“ง .

Material

This week, we wonโ€™t use slides. Instead, we will use the following Quarto markdown file:

And here is an updated version of last weekโ€™s World Bank dataset: