Question: Which evaluation metric is most appropriate for assessing the performance of a Decision Tree on an imbalanced dataset?
Options:
Correct Answer: F1 Score
Solution:
F1 Score is more appropriate for imbalanced datasets as it considers both precision and recall, providing a better measure of the model\'s performance.