Overfitting, Underfitting, and Bias-Variance Tradeoff

Good models should generalize to unseen data, not just memorize training data.

Underfitting (high bias)

Overfitting (high variance)

How to detect quickly

Goal

Find the balance where total error is minimized: Bias^2 + Variance + noise.