MAS-II · Statistical Learning · Free Lesson

Calculate measures of model predictive accuracy (e.g., Lift, Gini index, AUROC).

Free CAS MAS-II (Modern Actuarial Statistics II) lesson in Statistical Learning. 14 min read, ~2,087 words.

You built a generalized linear model (GLM) that scores 50,000 auto policies for renewal lapse. The boss asks: "Is it any good?" Accuracy alone hides everything that matters. Lift, Gini, and AUROC answer the real question.

Why these metrics exist. A predictive model returns a score for each observation. To use it for a decision (renew / non-renew, fraud / not fraud), you pick a threshold and classify positive when . Accuracy at one threshold tells you little; the metrics below summarize discrimination across all thresholds or rank-order quality.

For threshold , classify each observation and count:

Key rates:

TRAP: In an imbalanced book (say 2% fraud), a classifier that predicts "no fraud" always has 98% accuracy and zero sensitivity. Always look past accuracy for imbalanced targets.

Vary the threshold from down to . At each , plot the point (FPR, TPR). The curve sweeps from at to at .

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

Common mistakes

Bottom line

Exam shortcut

If the question gives AUROC and asks for Gini (or vice versa), just apply ; do not rebuild the ROC. If the question gives a small confusion-matrix-style scoring table with no ties, count concordant positive-negative pairs and divide by ; that is AUROC without drawing a curve.

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

Learning objectives

Browse all free MAS-II lessons or jump into free MAS-II practice questions.