-
Notifications
You must be signed in to change notification settings - Fork 550
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
[REVIEW] Update to XGBoost 1.3.0rc1 [skip-ci] #3219
Conversation
Please update the changelog in order to start CI tests. View the gpuCI docs here. |
@@ -53,7 +53,7 @@ gpuci_conda_retry install -c conda-forge -c rapidsai -c rapidsai-nightly -c nvid | |||
"dask-cudf=${MINOR_VERSION}" \ | |||
"dask-cuda=${MINOR_VERSION}" \ | |||
"ucx-py=${MINOR_VERSION}" \ | |||
"xgboost=1.2.0dev.rapidsai${MINOR_VERSION}" \ | |||
"xgboost=1.3.0dev.rapidsai${MINOR_VERSION}" \ |
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.
Is the Conda package xgboost=1.3.0dev.rapidsai
already available?
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.
yup, fresh off the conda presses here: https://anaconda.org/rapidsai-nightly/xgboost/files?version=1.3.0dev.rapidsai0.17
Codecov Report
@@ Coverage Diff @@
## branch-0.17 #3219 +/- ##
============================================
Coverage 71.00% 71.00%
============================================
Files 198 198
Lines 15750 15750
============================================
Hits 11183 11183
Misses 4567 4567 Continue to review full report at Codecov.
|
Closes #3170