▸MCC is 0.7156, indicating strong classification.
- Overall accuracy is 85.7%, but MCC is a better summary on imbalanced data because it uses all four confusion-matrix cells.
- Sensitivity and specificity are closely balanced (90.9% and 80.0%), so neither class is heavily favoured.
- Your dataset has 52.4% actual positives out of 105 samples. MCC stays reliable even when this fraction is far from 50%.
Next stepThe normalized MCC is 0.8578, which maps the same information to the [0, 1] scale used by accuracy and F1 score, making it easier to compare across tools.