πŸ“„ Matthews CorrelationΒΆ

metrics.matthews_correlation

Explanation about MatthewsCorrelationΒΆ

Computes Matthews correlation coefficient for classification.

Range: [-1, 1] (higher is better) Balanced metric for binary classification, handles class imbalance well.

Reference: https://en.wikipedia.org/wiki/Phi_coefficient

Read more about catalog usage here.