Random Forests
This lesson will focus on training random forest models in Python.
Random Forests
Random Forest, as the name implies, consists of a large number of decision trees that operate as an ensemble for classification. An ensemble is a collection of different predictive models that collectively decide the predicted output. In random forests, each individual tree gives a class as an output. The class with the most votes gets chosen as the final output of the model.
Get hands-on with 1400+ tech skills courses.