-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
[MRG] Make files private for sklearn.metrics and sklearn.metrics.cluster #15306
New issue
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
[MRG] Make files private for sklearn.metrics and sklearn.metrics.cluster #15306
Conversation
@@ -234,6 +235,7 @@ def test_check_scoring_and_check_multimetric_scoring(): | |||
('accuracy', 'precision'), ['precision', 'accuracy'], | |||
{'accuracy': make_scorer(accuracy_score), | |||
'precision': make_scorer(precision_score)}): | |||
print(scoring) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unattended printing :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM apart of the print
function
I pushed directly the nitpick since there is already one approval. Thanks @NicolasHug |
Thanks @glemaitre ! |
towards #9250 (comment)