Question: What is the role of \'max_features\' in Random Forests?
Options:
Correct Answer: To specify the maximum number of features to consider when looking for the best split
Solution:
\'max_features\' controls how many features are considered for splitting at each node, which helps in reducing correlation among trees.