October 2018
Intermediate to advanced
214 pages
5h 31m
English
A random forest is a set of random decision trees (similar to the ones described in Chapter 3, Decision Trees), each generated on a random subset of data. A random forest classifies the features that belong to the class that is voted for by the majority of the random decision trees. Random forests tend to provide a more accurate classification of a feature than decision trees because of their decreased bias and variance.
In this chapter, we will cover the following topics:
Read now
Unlock full access