Question: Which metric is most appropriate for evaluating a model\'s performance on a multi-class classification problem?
Options:
Correct Answer: Macro F1 Score
Solution:
Macro F1 Score calculates the F1 Score for each class independently and averages them, making it suitable for multi-class problems.