Random Forest is composed by many Decision Trees (default 10). Each tree in the forest considers a random subset of features when forming questions and only has access to a random set of the training data points. The Random Forest takes an average of all the individual Decision Tree estimates to make a prediction.
Machine Learning A-Z
Thoughts and flashcards derived from Udemy’s course Machine Learning A-Z.