How does Random Forest behave under feature collinearity at extreme scale?
Updated May 17, 2026
Short answer
High collinearity reduces tree diversity and weakens variance reduction benefits.
Deep explanation
When features are highly collinear, multiple features carry redundant predictive signal. Random Forest’s feature subsampling may repeatedly select correlated features, leading to similar splits across trees. This increases inter-tree correlation (ρ), reducing ensemble variance reduction efficiency. At extreme scale, RF behaves closer to bagged trees with limited decorrelation benefit.
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