What is the purpose of the 'n_estimators' parameter in a Random Forest model?
-
To define the maximum depth of each tree
-
To specify the number of trees in the forest
-
To set the minimum samples required to split a node
-
To determine the number of features to consider at each split