Concept

sklearn.ensemble.RandomForestRegressor

Function that creates a random forest regressor. The random forest regressor uses a number of decision trees that are each trained on different subsets of the dataset. The final output is the mean of the outputs from the decision trees.

0

1

Updated 2020-11-03

Tags

Data Science