Accuracy Paradox
Version 1.0.0 · Updated 2026-07-30
CORE DEFINITION
In cases of extreme class imbalance (e.g., 99% good people, 1% bad people), a model that predicts 'good' for all instances achieves 99% accuracy, but this model is completely useless (because it fails to catch the bad ones).
SCAFFOLDING EFFECT
Reduce cognitive load
Beware of vanity metrics. When you hear '99% accuracy', don't rush to applaud; check the baseline probability. For rare event prediction (e.g., cancer screening, fraud detection), recall is often more important than accuracy.
Anchor fast decisions
Under imbalanced data, accuracy = correct predictions / total, dominated by the majority class. A 'dumb model' that predicts the majority class for all instances has inflated accuracy but no discriminative power. What really matters is the identification of the minority class (recall, precision, AUC).
MINIMUM ACTION
In progress 0/5Practice this model in one real situation:
account_treeGenealogyexpand_more
menu_bookReferencesexpand_more
Source support: Explicit
- en.wikipedia.orghttps://en.wikipedia.org/wiki/Accuracy_paradoxverified
PRIVATE NOTES · Only visible to you
SAVED Q&A
ENTRY Q&A · Private saving available
Ask with a clear boundary
thinkingmodels answers from published entry context only.
Your question is sent to thinkingmodels. The answer uses public entry context only.
RELATED MODELS