-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
TST Extend tests for scipy.sparse/*array
in sklearn/utils/tests/test_multiclass
#27274
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/utils/tests/test_multiclass
#27274
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.
Thanks @Charlie-XIAO. I think this one might require a change log entry because it is changing the code to support spare arrays.
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, it looks good.
Thanks for the review @glemaitre, I think I have used Update: Sorry this question seems to be a duplicate of #27262 (comment), please just ignore this. |
I answer here: #27262 (comment). But the unpacking is not fundamentally wrong. |
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.
LGTM. Waiting for the CIs to turn green.
@OmarManzoor This one should be good to go. |
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.
LGTM. Thanks @Charlie-XIAO
Towards #27090.