-
-
Notifications
You must be signed in to change notification settings - Fork 26.1k
TST Extend tests for scipy.sparse/*array
in sklearn/neighbors/tests/test_neighbors
#27250
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
TST Extend tests for scipy.sparse/*array
in sklearn/neighbors/tests/test_neighbors
#27250
Conversation
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.
Otherwise, LGTM.
@glemaitre There change seems to (possibly) affect these public functionality:
However I still need to test a bit so as to confirm that these functionality indeed changed. |
I see a list growing. I assume that we should use a common entry in the changelog stating the estimators supporting the sparse arrays and add all PRs number and contributors in this entry. |
@glemaitre Seems that you have created that common entry in on main. I have now updated the changelog there, and validated that the functions and classed mentioned are indeed affected. Would you please take a look? On the main branch:
In this PR:
|
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 updating the changelog.
It looks good to me.
Maybe @OmarManzoor you want to have a look. |
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.
Otherwise LGTM. Thanks @Charlie-XIAO
Towards #27090.
Made some (maybe undesired) changes to pass the tests. Maybe I shouldn't have done so? Please let me know if this is not the proper way to go.