What is error decomposition in ensemble learning?

Updated May 16, 2026

Short answer

Error decomposition breaks ensemble error into bias, variance, and noise components.

Deep explanation

In ensemble learning, prediction error can be decomposed into bias (systematic error), variance (sensitivity to training data), and irreducible noise. Bagging reduces variance by averaging multiple models trained on different samples. Boosting reduces bias by sequentially correcting errors. Stacking can reduce both by learning optimal combinations. Understanding error decomposition helps choose the right ensemble strategy.

Unlock with a Pro subscription to view this section.

View pricing

Real-world example

No real-world example available yet.

Unlock with a Pro subscription to view this section.

Upgrade to Pro

Common mistakes

No common mistakes listed yet.

Unlock with a Pro subscription to view this section.

Upgrade to Pro

Follow-up questions

No follow-up questions available yet.

Unlock with a Pro subscription to view this section.

Upgrade to Pro

More Ensemble Learning interview questions

View all →