• Bias : Measures the error due to approximating the true function with the average prediction . High bias can occur with the overly simple models (underfitting).
  • Variance : Measures the variability of the prediction 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.