Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fbb9028

Browse files
authored
DOC Ensures that fbeta_score passes numpydoc validation (#23486)
1 parent 00c5c1d commit fbb9028

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

sklearn/metrics/_classification.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1235,7 +1235,10 @@ def fbeta_score(
12351235
12361236
See Also
12371237
--------
1238-
precision_recall_fscore_support, multilabel_confusion_matrix
1238+
precision_recall_fscore_support : Compute the precision, recall, F-score,
1239+
and support.
1240+
multilabel_confusion_matrix : Compute a confusion matrix for each class or
1241+
sample.
12391242
12401243
Notes
12411244
-----

sklearn/tests/test_docstrings.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
"sklearn.manifold._t_sne.trustworthiness",
3535
"sklearn.metrics._classification.brier_score_loss",
3636
"sklearn.metrics._classification.cohen_kappa_score",
37-
"sklearn.metrics._classification.fbeta_score",
3837
"sklearn.metrics._classification.jaccard_score",
3938
"sklearn.metrics._classification.log_loss",
4039
"sklearn.metrics._plot.det_curve.plot_det_curve",

0 commit comments

Comments
 (0)