File tree 1 file changed +8
-0
lines changed
Filter options
1 file changed +8
-0
lines changed
Original file line number Diff line number Diff line change @@ -1267,6 +1267,7 @@ When there are more than two labels, the value of the MCC will no longer range
1267
1267
between -1 and +1. Instead the minimum value will be somewhere between -1 and 0
1268
1268
depending on the number and distribution of ground true labels. The maximum
1269
1269
value is always +1.
1270
+ For additional information, see [WikipediaMCC2021 ]_.
1270
1271
1271
1272
Here is a small example illustrating the usage of the :func: `matthews_corrcoef `
1272
1273
function:
@@ -1277,6 +1278,13 @@ function:
1277
1278
>>> matthews_corrcoef(y_true, y_pred)
1278
1279
-0.33...
1279
1280
1281
+ .. topic :: References:
1282
+
1283
+ .. [WikipediaMCC2021 ] Wikipedia contributors. Phi coefficient.
1284
+ Wikipedia, The Free Encyclopedia. April 21, 2021, 12:21 CEST.
1285
+ Available at: https://en.wikipedia.org/wiki/Phi_coefficient
1286
+ Accessed April 21, 2021.
1287
+
1280
1288
.. _multilabel_confusion_matrix :
1281
1289
1282
1290
Multi-label confusion matrix
You can’t perform that action at this time.
0 commit comments