Question: What does the term \'feature importance\' refer to in the context of Random Forests?
Options:
Correct Answer: The contribution of each feature to the model\'s predictions
Solution:
Feature importance indicates how much each feature contributes to the model\'s predictions, helping to identify the most influential variables.