DY0-001 · Question #44
For an imbalanced dataset, why can accuracy be considered a misleading metric?
The correct answer is B. It may simply reflect the class distribution. In imbalanced datasets, accuracy can appear very high simply because the model predicts the majority class for most examples, failing to capture performance on the minority class. For example, if 95% of cases are of one class, a model predicting only this class achieves 95%…
Question
For an imbalanced dataset, why can accuracy be considered a misleading metric?
Options
- AIt always underestimates model performance.
- BIt may simply reflect the class distribution.
- CIt overcomplicates the evaluation process.
- DIt is computationally too demanding to calculate.
How the community answered
(47 responses)- A4% (2)
- B83% (39)
- C2% (1)
- D11% (5)
Explanation
In imbalanced datasets, accuracy can appear very high simply because the model predicts the majority class for most examples, failing to capture performance on the minority class. For example, if 95% of cases are of one class, a model predicting only this class achieves 95% accuracy, despite being useless for identifying the minority class. This makes accuracy misleading, as it doesn't truly indicate how well the model differentiates between different classes in the data.
Topics
Community Discussion
No community discussion yet for this question.