What is the role of 'max_features' in Random Forests?
-
To limit the number of trees in the forest
-
To control the maximum depth of each tree
-
To specify the maximum number of features to consider when looking for the best split
-
To determine the minimum number of samples required to split an internal node