Skip to content

Commit 4d3497c

Browse files
authored
DOC d2 brier score updates (scikit-learn#31863)
1 parent 3d35e02 commit 4d3497c

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

doc/api_reference.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -731,6 +731,7 @@ def _get_submodule(module_name, submodule_name):
731731
"classification_report",
732732
"cohen_kappa_score",
733733
"confusion_matrix",
734+
"d2_brier_score",
734735
"d2_log_loss_score",
735736
"dcg_score",
736737
"det_curve",

doc/modules/model_evaluation.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,6 @@ Some of these are restricted to the binary classification case:
507507
roc_curve
508508
class_likelihood_ratios
509509
det_curve
510-
d2_brier_score
511510

512511

513512
Others also work in the multiclass case:

0 commit comments

Comments
 (0)