Concept

Creating the tree: Recursive Binary Splitting

In more detail, creating the tree involves selecting some variable X and finding the point in which to split data based on which point causes the greatest reduction in residual sum squares.

This process is repeated with each new region created until a criterion is reached (ex. no region has more than 10 observations)

0

1

Updated 2020-03-08

Tags

Data Science