-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
DOC Ensures that Perceptron passes numpydoc validation #20404
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
Linting failed with,
|
Updating with correct spelling: #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.
LGTM besides the following fix.
Thanks @g4brielvs for the contribution. Next time you work on a PR, I suggest you create a dedicated branch instead of using main
to be able to work concurrently on several PR and making it easy to fetch the main
branch locally to reflect the ever changing state of the main
branch of the official scikit-learn repo.
@ogrisel Thank you for reviewing my PR! Apologies for my oversight. I created separate branches for my other PRs, but I made a mistake here. |
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Thanks @g4brielvs! |
…20404) Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org> Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Reference Issues/PRs
Addresses #20308
What does this implement/fix? Explain your changes.
This PR ensures
Perceptron
is compatible with numpydocdPerceptron
fromDOCSTRING_IGNORE_LIST
Any other comments?
Thanks #DataUmbrella