What is bias-variance decomposition in ensemble models?
Updated May 16, 2026
Short answer
Bias-variance decomposition breaks prediction error into bias, variance, and irreducible noise components.
Deep explanation
In ensemble learning, bias measures systematic error, variance measures sensitivity to training data, and noise is inherent data randomness. Bagging reduces variance by averaging unstable models, while boosting reduces bias by iteratively correcting errors. Ensemble methods aim to optimize this decomposition by combining models with complementary error profiles.
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