File tree 1 file changed +6
-4
lines changed 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -425,14 +425,16 @@ def multilabel_confusion_matrix(
425
425
426
426
See Also
427
427
--------
428
- confusion_matrix
428
+ confusion_matrix : Compute confusion matrix to evaluate the accuracy of a
429
+ classifier.
429
430
430
431
Notes
431
432
-----
432
- The multilabel_confusion_matrix calculates class-wise or sample-wise
433
+ The ` multilabel_confusion_matrix` calculates class-wise or sample-wise
433
434
multilabel confusion matrices, and in multiclass tasks, labels are
434
- binarized under a one-vs-rest way; while confusion_matrix calculates
435
- one confusion matrix for confusion between every two classes.
435
+ binarized under a one-vs-rest way; while
436
+ :func:`~sklearn.metrics.confusion_matrix` calculates one confusion matrix
437
+ for confusion between every two classes.
436
438
437
439
Examples
438
440
--------
You can’t perform that action at this time.
0 commit comments