Model Evaluation · Level 2 of 5
Accuracy
The fraction of evaluated predictions that are correct.
It can hide poor performance on rare classes.
Example
Ninety correct labels out of one hundred give 90 percent accuracy.
Listen to the definition and example
Audio transcript
Accuracy. The fraction of evaluated predictions that are correct. It can hide poor performance on rare classes. For example: Ninety correct labels out of one hundred give 90 percent accuracy.
Explore this concept
A useful analogy
The share of all answers marked correct on a test.
Why it matters
This helps you ask what a reported score counts and which errors it can hide.
Technical detail
Accuracy = correct / total. In single-label binary classification it equals (TP + TN) / (TP + TN + FP + FN).
Common misconception
A high accuracy can come from always choosing a very common class.
Start with
Related concepts
Quick recall question
Try answering before looking back at the definition.