[REVIEW] Bump xgboost to 1.6.0 from 1.5.2 - #4777
Conversation
|
Hi, the latest release is 1.6.1 |
|
rerun tests |
I think ops will have to build for that version, so I feel the scope of this PR to be inline with version in the integration repo: https://github.com/rapidsai/integration/blob/branch-22.08/conda/recipes/versions.yaml#L12 cc: @rapidsai/ops-codeowners |
|
@gpucibot merge |
|
rerun tests |
|
@trivialfis @canonizer have you seen these timeouts before? |
|
No, that's from a lightgbm test? |
|
@trivialfis yeah, strangely. And it's also happening in a few nearest neighbors tests. Tagging @wphicks also for any ideas. |
|
rerun tests |
|
Looks like skipping all the pytests that use xgboost fixes the hangs in the other tests. |
|
@gpucibot merge |
Codecov Report
@@ Coverage Diff @@
## branch-22.08 #4777 +/- ##
===============================================
Coverage ? 77.62%
===============================================
Files ? 180
Lines ? 11382
Branches ? 0
===============================================
Hits ? 8835
Misses ? 2547
Partials ? 0
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
Rapids recently bumped the `xgbooot` to `1.6.0` from `1.5.2` in: rapidsai/integration#487, this PR adapts to those recent changes. Authors: - GALI PREM SAGAR (https://github.com/galipremsagar) - Corey J. Nolet (https://github.com/cjnolet) Approvers: - AJ Schmidt (https://github.com/ajschmidt8) - Dante Gama Dessavre (https://github.com/dantegd) - Corey J. Nolet (https://github.com/cjnolet) URL: NVIDIA#4777
Rapids recently bumped the
xgboootto1.6.0from1.5.2in: rapidsai/integration#487, this PR adapts to those recent changes.