Question: Which metric is best suited for evaluating a model\'s performance on an imbalanced dataset?
Options:
Correct Answer: F1 Score
Solution:
F1 Score is a better metric for imbalanced datasets as it considers both precision and recall, providing a balance between them.