Question: What is the main drawback of using accuracy as an evaluation metric?
Options:
Correct Answer: It does not account for class imbalance
Solution:
Accuracy can be misleading in imbalanced datasets, as it may not reflect the true performance of the model.