-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
DOC Ensures that config_context passes numpydoc validation #21426
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
Co-authored-by: majauhar <[email protected]>
#DataUmbrella sprint |
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.
I think in this case, it's better to change the signature of the function instead of changing the docstring. Please remove **new_config
, and include all the arguments in the signature of the function.
I agree with @adrinjalali. We try to limit as much as possible |
…f the function Co-authored-by: majauhar <[email protected]>
…ction signature Co-authored-by: majauhar <[email protected]>
…rd arguments Co-authored-by: majauhar <[email protected]>
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. Maybe just a second review on this one.
ping @adrinjalali @jjerphan
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 after changing default values to None
as mentioned in this thread: https://github.com/scikit-learn/scikit-learn/pull/21426/files#r735161499
…et_config. Co-authored-by: majauhar <[email protected]>
Co-authored-by: majauhar <[email protected]>
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
…arn#21426) Co-authored-by: majauhar <[email protected]> Co-authored-by: Thomas J. Fan <[email protected]>
…arn#21426) Co-authored-by: majauhar <[email protected]> Co-authored-by: Thomas J. Fan <[email protected]>
Co-authored-by: majauhar <[email protected]> Co-authored-by: Thomas J. Fan <[email protected]>
Reference Issues/PRs
Addresses #21350
What does this implement/fix? Explain your changes.
Any other comments?
This is my and @majauhar first pull request made during #DataUmbrella sprint.