-
-
Notifications
You must be signed in to change notification settings - Fork 25.5k
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
DOC Ensures that LinearRegression passes numpydoc validation #20369
Conversation
@glemaitre We are getting this error "Linux pylatest_pip_openblas_pandas failed" no idea what it means but seems unrelated to the DOC change. |
So the test is no passing, you need to reformat the docstring. You need to reformat:
|
The class is declared in the file |
@glemaitre thanks a lot! We just realized numpydoc was not properly installed so tests were being skipped... we will fix it and re-submit. |
You can make the changes on your local branch, commit, and push your branch. Be aware that you don't have to open a new PR. Pushing the current PR will be synchronized in GitHub automatically. |
Since this is a little change, I merged my suggestion and I will merge the PR now. Thanks @gloriamacia |
#DataUmbrella |
…learn#20369) Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Reference Issues/PRs
Addresses #20308 for LinearRegression with my pair programming partner @caherrera-meli
What does this implement/fix? Explain your changes.
Added periods to docstring summaries and reorganized the classes docstring to follow the suggested order.
Any other comments?
#DataUmbrella sprint