-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
DOC Ensures that function passes numpydoc validation: column_or_1d function #21591
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
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 that we can add the Raises
section here.
Co-authored-by: Guillaume Lemaitre <[email protected]>
maint_tools/test_docstrings.py
Outdated
@@ -217,7 +217,7 @@ | |||
"sklearn.utils.validation.check_is_fitted", | |||
"sklearn.utils.validation.check_memory", | |||
"sklearn.utils.validation.check_random_state", | |||
"sklearn.utils.validation.column_or_1d", | |||
# "sklearn.utils.validation.column_or_1d", |
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.
@reshamas could you remove this line instead of commenting
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.
…nction (scikit-learn#21591) Co-authored-by: Guillaume Lemaitre <[email protected]> Co-authored-by: Julien Jerphanion <[email protected]>
…nction (scikit-learn#21591) Co-authored-by: Guillaume Lemaitre <[email protected]> Co-authored-by: Julien Jerphanion <[email protected]>
…nction (scikit-learn#21591) Co-authored-by: Guillaume Lemaitre <[email protected]> Co-authored-by: Julien Jerphanion <[email protected]>
…nction (scikit-learn#21591) Co-authored-by: Guillaume Lemaitre <[email protected]> Co-authored-by: Julien Jerphanion <[email protected]>
…nction (#21591) Co-authored-by: Guillaume Lemaitre <[email protected]> Co-authored-by: Julien Jerphanion <[email protected]>
Reference Issues/PRs
Addresses #21350.
References #21519 (resubmitting PR after fix git issues.)
What does this implement/fix? Explain your changes.
Updates docstring in function to fix numpydoc errors.
Any other comments?
#DataUmbrella sprint