-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Added automatic validation function for sklearn.neighbors.radius_neighbors_graph (#24862) #27245
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
Added validation params to sklearn.neighbors.radius_neighbors_graph
Added sklearn.neighbors.radius_neighbors_graph to the test_public_functions list
corrected a comma
Hi @jeremiedbb @glemaitre , All the checks have passed, Kindly review the changes made and let me know if there are any modifications to be done. Thanks & Regards Sayed Qaiser Ali |
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.
Thanks for the PR @sqali ! Here are a few comments
removed changelogs
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>
Thanks so much for the guidance @jeremiedbb. I have made the changes as you suggested. Kindly review it. |
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 directly pushed to fix the docstring. LGTM. Thanks @sqali
Hi @jeremiedbb , I am unable to see the changes, is there some issue? |
What do you mean by that ? Until we merge the PR, the changes are only visible in the PR. Once we merge it (which I just did) then changes are visible in the |
…s_neighbors_graph (scikit-learn#27245) Co-authored-by: Jérémie du Boisberranger <34657725+jeremiedbb@users.noreply.github.com>
…s_neighbors_graph (scikit-learn#27245) Co-authored-by: Jérémie du Boisberranger <34657725+jeremiedbb@users.noreply.github.com>
Hi @jeremiedbb , @glemaitre
This pull request is raised to add an automatic validation function for sklearn.neighbors.radius_neighbors_graph based on issue #24862. I have also updated the test_public_functions. Kindly check and review the changes made and let me know if they require any modifications.
Thanks & Regards
Saed Qaiser Ali