8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cross_val_score
sklearn.metrics.make_scorer
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GridSearchCV links to make_scorer, but cross_val_score does not. There should be a link from the sklearn.cross_validation.cross_val_score page to the sklearn.metrics.make_scorer page.
make_scorer
sklearn.cross_validation.cross_val_score
I actually didn't know sklearn.metrics.make_scorer existed until I randomly walked across it.
The text was updated successfully, but these errors were encountered:
I'll do it.
Sorry, something went wrong.
@ohld Thanks. Make a post here to your PR as soon as it's ready.
#6542
Fixed in #6542
Merge pull request #6542 from ohld/make_scorer-link
b64e992
'[MRG]' issue #6535
No branches or pull requests
GridSearchCV links to
make_scorer
, butcross_val_score
does not. There should be a link from thesklearn.cross_validation.cross_val_score
page to thesklearn.metrics.make_scorer
page.I actually didn't know
sklearn.metrics.make_scorer
existed until I randomly walked across it.The text was updated successfully, but these errors were encountered: