Skip to main content

Blog

Learn About Our Meetup

5000+ Members

MEETUPS

LEARN, CONNECT, SHARE

Join our meetup, learn, connect, share, and get to know your Toronto AI community. 

JOB POSTINGS

INDEED POSTINGS

Browse through the latest deep learning, ai, machine learning postings from Indeed for the GTA.

CONTACT

CONNECT WITH US

Are you looking to sponsor space, be a speaker, or volunteer, feel free to give us a shout.

[D] Random Forest Bias & Variance Intuition

It makes complete sense that Random Forests decrease variance by only considering a random subset of features at each split for each individual decision tree, thus leading to uncorrelated trees.

However, what doesn’t make sense to me is — why wouldn’t this increase the bias to the point where the reduction in variance didn’t really matter? If the trees are all biased enough, then it doesn’t matter if variance is removed via averaging — the ensemble will still be bad due to the bias.

Does anyone have intuition as to why the bias isn’t increased too much?

submitted by /u/MarxSoul55
[link] [comments]