-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Revert "XGBoost: Temporary workarounds #5649
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5649 +/- ##
=======================================
Coverage 86.05% 86.05%
=======================================
Files 315 315
Lines 65958 65954 -4
=======================================
Hits 56759 56759
+ Misses 9199 9195 -4 |
Ha! XGBoost didn't fix it, apparently. :( |
I suggest that we keep the workaround utill the next xgboost release #5653 and report the issue to xgboost. I haven't had time to find a minimal example yet. |
It seems that the error is caused by in combination with scikit-learn=1.0.0. dmlc/xgboost#7355 |
@PrimozGodec, scikit-learn just released 1.0.1. Does it fix the issue? Judging by |
Oh really. Yes, it should fix the issue. Today in the morning I was wondering when it will happen. 📦 |
Let's try if tests pass. |
This reverts commit 1389f99.
0bf9cd0
to
f72a451
Compare
It is ready for review. |
Co-authored-by: Primož Godec <p.godec9@gmail.com>
It reverses workaround from pull requests: #5653 and #5613