Machine Learning

Accuracy

The percentage of correct predictions out of all predictions made by a model. While intuitive, accuracy can be misleading for imbalanced datasets.

Why It Matters

Accuracy is the most commonly reported metric but can hide poor performance. A model that always predicts 'not fraud' achieves 99.9% accuracy on a dataset with 0.1% fraud — but is useless.

Example

A spam classifier correctly identifying 950 out of 1,000 emails (95% accuracy), meaning 50 were misclassified as spam or not-spam.

Think of it like...

Like a weather forecaster who says 'no rain' every day in a desert — they are 95% accurate but not actually useful for predicting the rare rainstorms.

Related Terms