September 2017
Intermediate to advanced
622 pages
15h 13m
English
In this section, we are going to take a look at random forest regression, which is conceptually different from the previous regression models in this chapter. A random forest, which is an ensemble of multiple decision trees, can be understood as the sum of piecewise linear functions in contrast to the global linear and polynomial regression models that we discussed previously. In other words, via the decision tree algorithm, we are subdividing the input space into smaller regions that become more manageable.
An advantage of the decision tree algorithm is that it does not require any transformation of the features if we are dealing with nonlinear data. We remember ...
Read now
Unlock full access