Learn Before
Concept

Bagging for Regression Trees

Bagging can be applied to decision trees, particularly with regression. It follows the same overall process: B regression trees are produced using B bootstrapped training sets. Afterwards, the predictions of all B regression trees are averaged in order to obtain a model that has reduced the variance of the B individual decision trees.

0

4

Updated 2020-03-03

Tags

Data Science