DOC Ensures that check_pairwise_arrays passes numpydoc validation#23519
DOC Ensures that check_pairwise_arrays passes numpydoc validation#23519jeremiedbb merged 6 commits intoscikit-learn:mainfrom
Conversation
jeremiedbb
left a comment
There was a problem hiding this comment.
Thanks for the PR @wchathura. Here are some suggestions
Co-authored-by: Jérémie du Boisberranger <34657725+jeremiedbb@users.noreply.github.com>
Co-authored-by: Jérémie du Boisberranger <34657725+jeremiedbb@users.noreply.github.com>
Co-authored-by: Jérémie du Boisberranger <34657725+jeremiedbb@users.noreply.github.com>
|
I committed the suggestions using "commit suggestions" button. How can I further proceed? Thank you very much!! |
|
I just noticed that you also modified |
|
Hi I removed the "pairwise_kernels" from the list and ran the test. Test passed. Here is the code I used to run the test Thank you very much |
thanks but I meant removing it in the PR :) don't worry I just did it |
|
Thank you so much for the help :) :) |
|
Thank you @jeremiedbb :) Hopefully I can contribute more in the future 🤞 |
Reference Issues/PRs
Addresses #21350
What does this implement/fix? Explain your changes.
Fixes the function check_pairwise_arrays function to pass numpydoc validation
Any other comments?
This is my first contribution. Any advice is appreciated