-
Notifications
You must be signed in to change notification settings - Fork 540
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
Update to XGBoost 1.4.0rc1 #3699
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.
The integration
version below will need to be updated before this PR can be approved.
https://github.com/rapidsai/integration/blob/branch-0.19/conda/recipes/versions.yaml#L9-L12
rerun tests |
Just filed rapidsai/integration#236 |
Blocked by dmlc/treelite#259 |
Depends on #3708 |
This unblocks #3699, as the current version of Treelite (1.0.0) cannot handle model JSON files generated by XGBoost 1.4.0. The new Treelite release has the following improvements: * Support JSON model files from XGBoost 1.4.0 * Support DART models I'll also file a pull request to `integration`. Authors: - Philip Hyunsu Cho (https://github.com/hcho3) Approvers: - John Zedlewski (https://github.com/JohnZed) - Ray Douglass (https://github.com/raydouglass) URL: #3708
rerun tests |
Codecov Report
@@ Coverage Diff @@
## branch-0.19 #3699 +/- ##
===============================================
+ Coverage 80.70% 83.02% +2.31%
===============================================
Files 227 227
Lines 17615 17712 +97
===============================================
+ Hits 14217 14706 +489
+ Misses 3398 3006 -392
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@gpucibot merge |
Closes #3695