Question: Which metric would you use to evaluate a model\'s performance on imbalanced datasets?
Options:
Correct Answer: F1 Score
Solution:
The F1 Score is preferred for imbalanced datasets as it considers both precision and recall, providing a better measure of model performance.