Definition
Random Forest is an ML algorithm that combines hundreds of decision trees to produce robust and accurate predictions. Each tree votes and the final result is the majority's choice. It is popular in business because it works well with minimal tuning, handles missing data, and provides information on which variables are most important for the prediction.
Related terms
EXPLORE