Exam SRM · Basics of Statistical Learning · Free Lesson

Types of Modeling Problems and Methods

Free SOA Exam SRM (Statistics for Risk Modeling) lesson in Basics of Statistical Learning. 9 min read, ~1,413 words.

Every SRM problem starts with the same triage: do you have a labeled target, and if so, is that target numeric or categorical? Get this wrong and you pick the wrong toolbox. This first lesson is the syllabus's vocabulary map, so it names methods before it builds them; the pointers to where each one is taught sit just above the methods list below.

In supervised learning you observe both predictors and a response for each training observation. The goal is a function so that on new data. In unsupervised learning you observe only ; there is no labeled . The goal is structure: groups (clustering), low-dimensional summaries from principal component analysis (PCA), which compresses correlated inputs into a smaller set of axes, or association rules.

KEY: "Supervised" means a teacher (the label Y) tells the model when it is right. No label = no supervision = unsupervised.

Semi-supervised learning sits in between: most observations are unlabeled, a few are labeled. It exploits the cheap unlabeled inputs to sharpen the supervised fit.

Read the full lesson, free →
Worked examples and practice. Free with a free account, no card.

Common mistakes

Bottom line

Exam shortcut

If the prompt mentions "labels," "target," or a specific Y column, it is supervised; the only question left is regression vs. classification. If the prompt says "group," "segment," "structure," or "patterns" with no Y, it is unsupervised. Method names ending in "regression" are usually regression (linear, Poisson, ridge), with logistic as the lone classification exception.

The full lesson (about 1,413 words, 9 min read) adds 2 worked examples, all 6 common mistakes, a self-check, free in the app.

Learning objectives

Browse all free Exam SRM lessons or jump into free Exam SRM practice questions.