Bias
- Bias is the expectation of the difference between the estimate and the true value.
- Bias values of complex models tend to be lesser than simpler models.
Variance
- Variance is the inconsistency or variability of the model's performance when applied to different data sets.
- Variance values of complex models tend to be higher than simpler models.
Trade-Off
- Reducible error is composed of variance and squared bias of the model.
- Flexibility of a model impacts both its bias and variance.
- The expectation of the squared error is given by
- This can be decomposed as
- Further simplifying this:
- In order to minimize the expected test error rate, we need to select a Machine Learning method that simultaneously achieves low variance and low bias.
- Negative correlation between variance and bias of model.
- ML model's flexibility has direct impact on its Variance & Bias.

View Next Topics