Question: What is the role of the \'max_features\' parameter in a Random Forest model?
Options:
Correct Answer: It specifies the maximum number of features to consider when looking for the best split.
Solution:
\'max_features\' specifies the maximum number of features to consider when looking for the best split, which helps to introduce randomness and reduce correlation among trees.