8000 DOC Update default values CalibratedClassifierCV docstring by asubramaniyan · Pull Request #17494 · scikit-learn/scikit-learn · GitHub
[go: up one dir, main page]

Skip to content

DOC Update default values CalibratedClassifierCV docstring #17494

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

Conversation

asubramaniyan
Copy link
Contributor

Updated default values of parameters in CalibratedClassifierCV

Reference Issues/PRs

#15761
Addresses sklearn.calibration.CalibratedClassifierCV
cc NeilBotelho
#DataUmbrella

@@ -1754,6 +1754,18 @@ def normalize(X, norm='l2', *, axis=1, copy=True, return_norm=False):
An array of norms along given axis for X.
When X is sparse, a NotImplementedError will be raised
for norm 'l1' or 'l2'.

Warning:: Risk of data leak
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR! This is an unrelated change and shouldn't be in this PR, I think :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, I updated it to contain only the relevant commit.

Updated defalt values of parameters in CalibratedClassifierCV
@asubramaniyan asubramaniyan force-pushed the default_values_calibratedclassifier branch from 115e4b3 to fdae0d4 Compare June 6, 2020 19:17
Copy link
Member
@thomasjpfan thomasjpfan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the PR!

Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Copy link
Member
@thomasjpfan thomasjpfan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @asubramaniyan !

LGTM

@thomasjpfan thomasjpfan changed the title [MRG] Update default values CalibratedClassifierCV docstring DOC Update default values CalibratedClassifierCV docstring Jun 7, 2020
@thomasjpfan thomasjpfan merged commit 53befd8 into scikit-learn:master Jun 7, 2020
viclafargue pushed a commit to viclafargue/scikit-learn that referenced this pull request Jun 26, 2020
jayzed82 pushed a commit to jayzed82/scikit-learn that referenced this pull request Oct 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
0