-
-
Notifications
You must be signed in to change notification settings - Fork 26.5k
DOC Fix docstrings and comments for PairwiseDistancesReduction
#23978
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
thomasjpfan
left a comment
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.
Minor nits, otherwise LGTM
Co-authored-by: Thomas J. Fan <[email protected]>
Micky774
left a comment
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.
Minor comments, feel free to accept/reject as you like :)
I forgot someone! Co-authored-by: Meekail Zain <[email protected]>
ogrisel
left a comment
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.
Assuming you agree with the suggestion below, would you mind rewrapping the paragraph to approximately use the 80 columns we typically use in scikit-learn docstrings?
If you prefer, I can push a commit to do the rewrapping with my editor.
Other than that LGTM. Thanks for the fix.
I would appreciate that you format the comments appropriately so that they match what you request (you should be able to push on this PR). |
|
Done. |
…kit-learn#23978) Co-authored-by: Thomas J. Fan <[email protected]> Co-authored-by: Meekail Zain <[email protected]> Co-authored-by: Olivier Grisel <[email protected]>
What does this implement/fix? Explain your changes.
Minor corrections and rewording for
PairwiseDistancesReduction(cc @ogrisel).