Question: Which evaluation metric is most appropriate for assessing the performance of an SVM model on imbalanced datasets?
Options:
Correct Answer: F1 Score
Solution:
The F1 Score is a better evaluation metric for imbalanced datasets as it considers both precision and recall, providing a balance between the two.