Learn Before
Concept

Why Random Forests?

Decision Trees are non-parametric, since we are not making any assumptions about the underlying function ff. Consequently, decision trees have very low structural error (bias). By averaging the output of many trees in a random forest, we are lowering the variance of the model, while keeping the bias the same.

0

7

Updated 2020-09-22

Tags

Data Science