How does boosting affect bias and variance?

Updated May 15, 2026

Short answer

Boosting primarily reduces bias by sequentially correcting errors, but may increase variance if overfit.

Deep explanation

Boosting builds models sequentially, where each new model focuses on correcting errors made by previous models. This reduces bias significantly because the ensemble becomes more expressive. However, if not regularized, boosting can increase variance due to sensitivity to noisy data.

Real-world example

Used in search ranking systems to improve relevance prediction accuracy.

Common mistakes

  • Assuming boosting always reduces overfitting.

Follow-up questions

  • What is AdaBoost?
  • How does learning rate affect boosting?

More Bias & Variance interview questions

View all →