Skip to contentScholarGate
LibraryBookshelfDeskReview StudioAssistant
Sign in
On this page
IntuitionHow it worksWhen to use itStrengths & limitationsCommon pitfallsApplicationsFrequently asked🔒 Read the full methodSourcesRelated methods
Cite this pageSpotted an issue on this page? Report or suggest a fix →
Home›Model Evaluation›Accuracy
MCDMClassification Metric

Accuracy

Classification Accuracy · Also known as: Overall Accuracy, Correct Classification Rate

Accuracy is the proportion of correct predictions among the total number of predictions made by a classification model. It is the most intuitive performance metric and measures how often the classifier makes correct predictions overall, regardless of class.

ScholarGate
  1. MCDM
  2. v1
  3. 2 Sources
  4. PUBLISHED
Cite this page →
Tools & resources
Download slides
Learn & explore

Read the full method

Members only

Sign in with a free account to read this section.

Sign in

Method map

The neighbourhood of related methods — select a node to explore.

Accuracy
Balanced AccuracyConfusion MatrixF1-ScorePrecisionRecall (Sensitivity)Brier ScoreLog-Loss (Cross-Entropy…Micro-averaged F1Precision-Recall AUC

When to use it

Use accuracy when classes are roughly balanced and you want a quick, intuitive measure of overall performance. It is suitable for balanced datasets in well-defined domains such as image classification or standard benchmarks. Avoid relying solely on accuracy in imbalanced datasets, such as fraud detection or disease diagnosis, where the minority class is rare and important.

Strengths & limitations

Strengths
  • Simple to compute and interpret; no hyperparameters required.
  • Provides a single, intuitive metric that summarizes overall model performance.
  • Works well on balanced datasets and is computationally efficient.
Limitations
  • Misleading on imbalanced datasets; a model predicting only the majority class can achieve high accuracy despite poor performance.
  • Does not distinguish between types of errors (false positives vs. false negatives).
  • Cannot be used alone to assess performance on multi-class problems with varying class importance.

Frequently asked

Why is accuracy misleading for imbalanced datasets?

In imbalanced datasets, a classifier can achieve high accuracy by simply predicting the majority class for all samples. For example, in a dataset where 99% of cases are negative and 1% are positive, a model that predicts 'negative' for everything achieves 99% accuracy but is useless for identifying the important minority class.

How does accuracy differ from precision and recall?

Accuracy measures overall correctness across all classes. Precision measures the proportion of positive predictions that were correct, while recall measures the proportion of actual positive cases that were correctly identified. These metrics focus on different aspects of classification performance.

What threshold should I use for accuracy to consider a model good?

There is no universal threshold; it depends on the application domain and data characteristics. On balanced datasets, 85-95% accuracy might be reasonable for complex tasks. Always compare accuracy to baseline models and consider the cost of different error types in your specific problem.

Sources

  1. Fawcett, T. (2006). An introduction to ROC analysis. Pattern Recognition Letters, 27(8), 861-874. DOI: 10.1016/j.patrec.2005.10.010 ↗
  2. Powers, D. M. (2011). Evaluation: From Precision, Recall and F-Measure to ROC, Informedness, Markedness and Correlation. Journal of Machine Learning Technologies, 2(1), 37-63. link ↗

How to cite this page

ScholarGate. (2026, June 3). Classification Accuracy. ScholarGate. https://scholargate.app/en/model-evaluation/accuracy

Related methods

Balanced AccuracyConfusion MatrixF1-ScorePrecisionRecall (Sensitivity)

Which method?

Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.

  • Balanced AccuracyModel Evaluation↔ compare
  • Confusion MatrixModel Evaluation↔ compare
  • F1-ScoreModel Evaluation↔ compare
  • PrecisionModel Evaluation↔ compare
  • Recall (Sensitivity)Model Evaluation↔ compare
Compare side by side →

Referenced by

Balanced AccuracyBrier ScoreConfusion MatrixLog-Loss (Cross-Entropy Loss)Micro-averaged F1PrecisionPrecision-Recall AUC

Similar methods

PrecisionBalanced AccuracyRecall (Sensitivity)Confusion MatrixF1-ScoreSpecificityMicro-averaged F1Macro-averaged F1

Related reference concepts

Performance MetricsModel Evaluation and SelectionSensitivityCross-ValidationCross-Validation and ResamplingClassification Algorithms

Spotted an issue on this page? Report or suggest a fix →

ScholarGate — Accuracy (Classification Accuracy). Retrieved 2026-07-20 from https://scholargate.app/en/model-evaluation/accuracy · Dataset: https://doi.org/10.5281/zenodo.20539026
Quick facts
Originator
Historical statistical foundations
Subfamily
Classification Metric
Year
20th century
Type
Evaluation metric
Related methods
Balanced AccuracyConfusion MatrixF1-ScorePrecisionRecall (Sensitivity)
ScholarGate

A content-first reference library for research methods — what each one is, how it works, and where it comes from.

Open data (CC-BY)

Explore

  • Library
  • Search the library…
  • Browse by field
  • Fields
  • Journey
  • Compare
  • Which method?

Reference

  • Subjects
  • Atlas
  • Glossary
  • Methodology
  • Philosophy

Your tools

  • Bookshelf
  • Desk
  • Chat

Company

  • About
  • Pricing
  • Contact
  • Suggest a method

Entries are compiled from published sources for reference. Verifying the accuracy and suitability of any information for your own use remains your responsibility.

© 2026 ScholarGate · A research-method reference library
  • Privacy
  • Cookies
  • Terms
  • Delete account