Exam SRM · Basics of Statistical Learning · Free Lesson

Assessing Model Accuracy

Free SOA Exam SRM (Statistics for Risk Modeling) lesson in Basics of Statistical Learning. 15 min read, ~2,193 words.

Picking the right accuracy metric is half the battle. Pick a method that ignores overfitting and your "best" model fails on new data.

Training error measures fit on the data used to estimate . Test error measures fit on independent data drawn from the same distribution. Flexible models drive training error toward zero but eventually overshoot, raising test error.

KEY: The training-error curve falls monotonically with flexibility. The test-error curve is U-shaped. The sweet spot sits at the U's minimum.

Root MSE returns the metric to response units. Mean absolute error is more robust to outliers but harder to optimize.

Increasing flexibility lowers bias but raises variance. is the floor you cannot beat.

The misclassification rate is . The Bayes classifier assigns each x to its most probable class and achieves the lowest possible error rate, the Bayes error rate.

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 training error and validation error and asks "best model," ignore training error entirely and pick the lowest validation/CV error. If accuracy looks suspiciously close to the majority-class frequency, suspect imbalance and switch to AUC. When choosing between AIC and BIC for model selection with large n, BIC picks the smaller model because its penalty dominates AIC's constant 2.

The full lesson (about 2,193 words, 15 min read) adds 4 worked examples, all 7 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.