You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I received a request to add the Matthews correlation coefficient to the evaluation engine for classification. It can be straightforwardly derived from the confusion table: MCC = (TP * TN – FP * FN)/sqrt((TP+FP) (TP+FN) (FP+TN) (TN+FN)).
I propose we check if it is available in Weka, in that case it should be easy to add.
The text was updated successfully, but these errors were encountered:
As requested in openml/OpenML#191
I propose we check if it is available in Weka, in that case it should be easy to add.
The text was updated successfully, but these errors were encountered: