vix.ing · top · new · best · stats · spec

The advantages of the Matthews correlation coefficient (MCC) over F1 score and accuracy in binary classification evaluation

2020/01/02 by Davide Chicco, Giuseppe Jurman · 95 citations
Computer Science · #Data Mining Algorithms and Applications #Imbalanced Data Classification Techniques #Text and Document Classification Technologies

paper · pdf · doi:10.1186/s12864-019-6413-7

openalex publication_date 2020/01/02 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/31

Abstract

Abstract Background To evaluate binary classifications and their confusion matrices, scientific researchers can employ several statistical rates, accordingly to the goal of the experiment they are investigating. Despite being a crucial issue in machine learning, no widespread consensus has been reached on a unified elective chosen measure yet. Accuracy and F 1 score computed on confusion matrices have been (and still are) among the most popular adopted metrics in binary classification tasks. However, these statistical measures can dangerously show overoptimistic inflated results, especially on imbalanced datasets. Results The Matthews correlation coefficient (MCC), instead, is a more reliable statistical rate which produces a high score only if the prediction obtained good results in all of the four confusion matrix categories (true positives, false negatives, true negatives, and false positives), proportionally both to the size of positive elements and the size of negative elements in the dataset. Conclusions In this article, we show how MCC produces a more informative and truthful score in evaluating binary classifications than accuracy and F 1 score, by first explaining the mathematical properties, and then the asset of MCC in six synthetic use cases and in a real genomics scenario. We believe that the Matthews correlation coefficient should be preferred to accuracy and F 1 score in evaluating binary classification tasks by all scientific communities.

Citations

Cited by

Related