The Matthews Correlation Coefficient (MCC) is a balanced measure that can be used even if the classes are of very different sizes. It returns a value between β1 and +1 where +1 indicates a perfect prediction, 0 no better than random, and β1 an inverse prediction.
MCC takes into account all four quadrants of the confusion matrix: true positives (TP), true negatives (TN), false positives (FP) and false negatives (FN). This makes it especially useful for binary classification problems with imbalanced datasets.
Because MCC is a correlation coefficient, it is symmetric with respect to the two classes and can be interpreted similarly to Pearsonβs r, providing an intuitive sense of the classifierβs performance.
What is the Matthews Correlation Coefficient?
When should I use the Matthews Correlation Coefficient?
How does the MCC differ from other metrics like precision and recall?
What does a negative MCC value indicate?
Can I use MCC for multi-class classification problems?
How do I interpret the value of MCC?
What is the range of MCC values?
Results are for informational purposes only and do not constitute professional advice.
