Skip to content

Commit

Permalink
DOC API check_scoring broken link (#10405)
Browse files Browse the repository at this point in the history
  • Loading branch information
qinhanmin2014 committed Jan 9, 2018
1 parent 26e526d commit 6fdcb3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sklearn/metrics/__init__.py
Expand Up @@ -59,6 +59,7 @@
from .regression import median_absolute_error
from .regression import r2_score

from .scorer import check_scoring
from .scorer import make_scorer
from .scorer import SCORERS
from .scorer import get_scorer
Expand All @@ -71,6 +72,7 @@
'average_precision_score',
'balanced_accuracy_score',
'calinski_harabaz_score',
'check_scoring',
'classification_report',
'cluster',
'cohen_kappa_score',
Expand Down

0 comments on commit 6fdcb3b

Please sign in to comment.