Random Forests
Difficulties with trees
More leaves lead to overfitting
Less leaves lead to inaccurate predictions (cannot capture as many patterns and distinctions)
What is a random forest?
uses many trees
makes prediction by averaging the predictions of each component tree
better predictive accuracy than a single decision tree
Last updated