TST Extend tests for scipy.sparse/*array in sklearn/neighbors/tests/test_neighbors#27250
Conversation
|
@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: |
glemaitre
left a comment
There was a problem hiding this comment.
Thanks for updating the changelog.
It looks good to me.
|
Maybe @OmarManzoor you want to have a look. |
OmarManzoor
left a comment
There was a problem hiding this comment.
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.