-
Notifications
You must be signed in to change notification settings - Fork 87
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
Remove oversampling nullable handling #4064
Conversation
Codecov Report
@@ Coverage Diff @@
## main #4064 +/- ##
=======================================
- Coverage 99.7% 99.7% -0.0%
=======================================
Files 349 349
Lines 37523 37509 -14
=======================================
- Hits 37405 37391 -14
Misses 118 118
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
These tests are going to fail unless we raise the min sklearn version, I think https://github.com/alteryx/evalml/actions/runs/4376580073/jobs/7658890406#step:8:4233 since sklearn 1.2.1 is going to still have problems with nullable types |
Fixes #4013.