TOPICS
#7
Regression, Predicting Numbers
Read a number off a fitted line, then tell when a straight line is too simple for the data and when a prediction has strayed past the range you measured.
10 min
#8
Classification, Predicting Categories
Draw the boundary that separates two categories, read a case's confidence from how far it sits from that line, and set the cut-off that decides which mistakes the model makes.
10 min
#9
Trees & Ensembles
Trace a loan application down a tree's yes/no branches to a verdict, then explain why a forest of trees that vote beats any single tree that memorized its examples.
12 min
#10
Overfitting & Underfitting
Diagnose a model that memorized its training data from the gap between its training and test scores, tell that failure apart from a model too simple to catch the pattern, and pull an overfit model back with more data, a simpler model, or regularization.
10 min