-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
TST Fixes test for 32bit wheels #19402
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 Fixes test for 32bit wheels #19402
Conversation
Draft for now, since I adjust the github action yaml to build the wheel for 32 bit. |
I enabled the wheel building to make sure this fix works: https://github.com/scikit-learn/scikit-learn/actions/runs/548822022 |
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 think this make sense. I am just not sure if we should add a scaling for the permutation importance test.
This reverts commit 79fc6b6.
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!
Reference Issues/PRs
Fixes #19316
What does this implement/fix? Explain your changes.
Non-scaled data and LBFGS do not work well together. This PR
test_partial_dependence_dataframe
, which is useful when the preprocessor isNone
.max_iter
intest_logistic_regression_multi_class_auto
.Any other comments?
Tested this locally in docker and osx. I would want to run
cd build
, but I rather not use the ARM credits. I think we need to way to only runcd build
on github actions.