Concept icon
Concept

Bias and variance in model complexity

A useful way to picture the bias-variance tradeoff is to imagine three regions of model complexity. Very simple models tend to miss important patterns, which gives them high bias and low variance. Very flexible models can fit noise in the training data, which gives them low bias and high variance. The practical goal is to choose a middle ground that predicts well on new data.

0

5

Concept icon
Updated 2026-08-12

Tags

Data Science