Scorer and Binary Scorer node

Hello,

I’ve used the binary scorer and the scorer node to get performance metrics for my random forest classification models. I noticed that the Cohen’s Kappa value from the scorer node is very similar or the same as the MCC value from the binary scorer node. Is this normal?

Thank you,
SD

Hi @Subha_D

I’m afraid its a while ago that I did this at uni, so I can’t go into detail on when this is the case, but simply looking at their definitions on Wikipedia suggests to me that they may indeed be similar based on your classification:

Matthews correlation coefficient - Wikipedia.
image

Cohen's kappa - Wikipedia.
image

Kind regards
Marvin

3 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.