Skip to content

Commit 6fdcb3b

Browse files
DOC API check_scoring broken link (scikit-learn#10405)
1 parent 26e526d commit 6fdcb3b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sklearn/metrics/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
from .regression import median_absolute_error
6060
from .regression import r2_score
6161

62+
from .scorer import check_scoring
6263
from .scorer import make_scorer
6364
from .scorer import SCORERS
6465
from .scorer import get_scorer
@@ -71,6 +72,7 @@
7172
'average_precision_score',
7273
'balanced_accuracy_score',
7374
'calinski_harabaz_score',
75+
'check_scoring',
7476
'classification_report',
7577
'cluster',
7678
'cohen_kappa_score',

0 commit comments

Comments
 (0)