- Bias : Measures the error due to approximating the true function f(x) with the average prediction ES[f^(x;S)].
⇒ High bias can occur with the overly simple models (underfitting).
- Variance : Measures the variability of the prediction f^(x;S) around its mean, due to different training sets.
⇒ High variance can occur with overly complex models (overfitting).
- Noise : Represents irreducible error inherent in the data generation process.
- Trade-off : Increasing model complexity typically reduces bias but increases variance, and vice versa.