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 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 →