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 pricingReal-world example
No real-world example available yet.
Unlock with a Pro subscription to view this section.
Upgrade to ProCommon mistakes
No common mistakes listed yet.
Unlock with a Pro subscription to view this section.
Upgrade to ProFollow-up questions
No follow-up questions available yet.
Unlock with a Pro subscription to view this section.
Upgrade to Pro