File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -2084,8 +2084,11 @@ def classification_report(
2084
2084
2085
2085
See Also
2086
2086
--------
2087
- precision_recall_fscore_support, confusion_matrix,
2088
- multilabel_confusion_matrix
2087
+ precision_recall_fscore_support: Compute precision, recall, F-measure and
2088
+ support for each class.
2089
+ confusion_matrix: Compute confusion matrix to evaluate the accuracy of a
2090
+ classification.
2091
+ multilabel_confusion_matrix: Compute a confusion matrix for each class or sample.
2089
2092
2090
2093
Examples
2091
2094
--------
Original file line number Diff line number Diff line change 49
49
"sklearn.manifold._locally_linear.locally_linear_embedding" ,
50
50
"sklearn.manifold._t_sne.trustworthiness" ,
51
51
"sklearn.metrics._classification.brier_score_loss" ,
52
- "sklearn.metrics._classification.classification_report" ,
53
52
"sklearn.metrics._classification.cohen_kappa_score" ,
54
53
"sklearn.metrics._classification.fbeta_score" ,
55
54
"sklearn.metrics._classification.hinge_loss" ,
You can’t perform that action at this time.
0 commit comments