Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

DMLC/XGBoost

Scalable, Portable Gradient Boosting
Collective - Host: opensource - https://opencollective.com/xgboost - Website: https://xgboost.ai/ - Code: https://github.com/dmlc/xgboost

[pyspark] sort qid for SparkRanker (#8497)

* [pyspark] sort qid for SparkRandker

* resolve comments

github.com/dmlc/xgboost - 8e41ad24f5026828b1616a9667829b505971720c authored almost 2 years ago by Bobby Wang <[email protected]>
Bump maven-deploy-plugin from 2.8.2 to 3.0.0 in /jvm-packages (#8502)

Bumps [maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin) from 2.8.2 to 3.0.0.
...

github.com/dmlc/xgboost - f747e05eac6c544ecfffb509a1d2d50e2bf152e4 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
[jvm-packages] Add missing commons-lang3 dependency to xgboost4j-gpu (#8508)

* [jvm-packages] Add missing commons-lang3 dependency to xgboost4j-gpu

* Update commons-lang3

github.com/dmlc/xgboost - 2546d139d6b97fdcedd58d0200e20de186e8fc84 authored almost 2 years ago by Philip Hyunsu Cho <[email protected]>
[jvm-packages] Configure dependabot properly (#8507)

* [jvm-packages] Configure dependabot properly

* Allow automatic updates for Scala and Spark ...

github.com/dmlc/xgboost - 7c6f2346d3920d695bb9f785543f5785cd04f52b authored almost 2 years ago by Philip Hyunsu Cho <[email protected]>
Bump some old dependencies of JVM packages (#8456)

github.com/dmlc/xgboost - f550109641a6b03039f42d25e4fa347b90a80196 authored almost 2 years ago by Philip Hyunsu Cho <[email protected]>
[jvm-packages] Set up dependabot (#8501)

github.com/dmlc/xgboost - 9a98e79649a457101b9c9239b72b4a7cd97239ac authored almost 2 years ago by Philip Hyunsu Cho <[email protected]>
Add an in-memory collective communicator (#8494)

github.com/dmlc/xgboost - a8255ea678269045007fe3d38a665283f3d4d1cc authored almost 2 years ago by Rong Ou <[email protected]>
Support half type from cupy. (#8487)

github.com/dmlc/xgboost - 157e98edf7cc0852c3257a247181ced82e759147 authored almost 2 years ago by Jiaming Yuan <[email protected]>
Support null value in CUDA array interface. (#8486)

* Support null value in CUDA array interface.

- Fix for potential null value in array interfa...

github.com/dmlc/xgboost - addaa6373268e6d6b42d280007f748e89d3ece7a authored almost 2 years ago by Jiaming Yuan <[email protected]>
Reduce compiler warnings on CPU-only build. (#8483)

github.com/dmlc/xgboost - 3fc1046fd3917b928e7dfa4c9a951627c444c470 authored almost 2 years ago by Jiaming Yuan <[email protected]>
Support all pandas nullable integer types. (#8480)

- Enumerate all pandas integer types.
- Tests for `None`, `nan`, and `pd.NA`

github.com/dmlc/xgboost - d666ba775e452fb762e274dc7506325178ae7259 authored almost 2 years ago by Jiaming Yuan <[email protected]>
Don't shuffle columns in categorical tests. (#8446)

github.com/dmlc/xgboost - f2209c1fe495235ea2ab747ca9385e3468588306 authored almost 2 years ago by Jiaming Yuan <[email protected]>
[pyspark] Make QDM optional based on cuDF check (#8471)

github.com/dmlc/xgboost - 67ea1c3435b80e8a61199c98d412614b2bcf8b07 authored almost 2 years ago by WeichenXu <[email protected]>
Support half type for pandas. (#8481)

github.com/dmlc/xgboost - 8f97c9254162acba743ef68c062269ba23555908 authored almost 2 years ago by Jiaming Yuan <[email protected]>
Take datatable as row major input. (#8472)

* Take datatable as row major input.

Try to avoid a transform with dense table.

github.com/dmlc/xgboost - e07245f1109683b1d3785a732a7d6e1d657e0d68 authored almost 2 years ago by Jiaming Yuan <[email protected]>
Add script for change version. (#8443)

- Replace jvm regex replacement script with mvn command.
- Replace cmake script for python ve...

github.com/dmlc/xgboost - 284dcf8d22c4bc28f0fe0df872426eb0e79f8c02 authored almost 2 years ago by Jiaming Yuan <[email protected]>
[R] Use new interface for creating DMatrix from CSR. (#8455)

* [R] Use new interface for creating DMatrix from CSR.

- CSC is still using the old API.

T...

github.com/dmlc/xgboost - 5f1a6fca0dcdb0078f733bf0b75473ac6a30541c authored almost 2 years ago by Jiaming Yuan <[email protected]>
explain cpu/gpu interop and link to model IO tutorial (#8450)

github.com/dmlc/xgboost - 58d211545fa2bb4dfb26904042c42641a13dbfb8 authored almost 2 years ago by Nick Becker <[email protected]>
[ci] reduce pyspark test time (#8324)

github.com/dmlc/xgboost - 2dde65f8076c7f2275deeff0b3297d878f1520a3 authored almost 2 years ago by Bobby Wang <[email protected]>
feat: use commit hash instead of version to actions workflows (#8460)

Signed-off-by: Joyce Brum <[email protected]>

Signed-off-by: Joyce Brum <joycebrum@google....

github.com/dmlc/xgboost - 3b8a0e08f741d6226c00d3395714f6bbf088273f authored almost 2 years ago by Joyce <[email protected]>
Remove unused page size constant (#8457)

github.com/dmlc/xgboost - 30b1a26fc029c13b6ef9141adabbe0ab87a00de3 authored almost 2 years ago by Rong Ou <[email protected]>
Fix inline code blocks in 'spark_estimator.rst' (#8465)

github.com/dmlc/xgboost - 812d577597e91b4800af760ba119a017a3a6e3ef authored almost 2 years ago by Otto von Sperling <[email protected]>
Work with newer thrust and libcudacxx (#8454)

* Thrust 1.17 removes the experimental/pinned_allocator.

When xgboost is brought into a large...

github.com/dmlc/xgboost - 16f96b6cfb4442415b6e05e77fcbeab36b160615 authored almost 2 years ago by Robert Maynard <[email protected]>
SO_DOMAIN do not support on IBM i, using getsockname instead (#8437)

Co-authored-by: GavinZhang <[email protected]>

github.com/dmlc/xgboost - 0c6266bc4a42cfb22c4ce192b53ed8e2c6b67f66 authored almost 2 years ago by Gavin Zhang <[email protected]>
Fix mypy errors. (#8444)

github.com/dmlc/xgboost - 9dd8d70f0e00a214585f145a85c0c21ce6f132f1 authored almost 2 years ago by Jiaming Yuan <[email protected]>
Fix R package build on CI. (#8445)

Co-authored-by: Hyunsu Cho <[email protected]>

github.com/dmlc/xgboost - 0252d504d88aa5346fcabc98bf5e3ee2dbecbb74 authored almost 2 years ago by Jiaming Yuan <[email protected]>
[CI] Revise R tests. (#8430)

- Use the standard package check (check on the tarball instead of the source tree).
- Run comma...

github.com/dmlc/xgboost - a83748eb4521581f9f37fc40ae5651c150d720fc authored almost 2 years ago by Jiaming Yuan <[email protected]>
Always link federated proto statically (#8442)

github.com/dmlc/xgboost - 4449e301845abc0aa0257b9bb8d39e6d3f94419e authored almost 2 years ago by Rong Ou <[email protected]>
[doc] Update C tutorial. [skip ci] (#8436)

- Use rst references instead of doxygen links.
- Replace deprecated functions.

- Add Sav...

github.com/dmlc/xgboost - ca0f7f271474df5a55c9588ae1481c4b74b01d0f authored almost 2 years ago by Jiaming Yuan <[email protected]>
[R] Fix CRAN test notes. (#8428)

- Limit the number of used CPU cores in examples.
- Add a note for the constraint.
- Bring b...

github.com/dmlc/xgboost - 0b36f8fba1848fbe2871e334b3d71d6ca43cd813 authored almost 2 years ago by Jiaming Yuan <[email protected]>
Use `DataSplitMode` to configure data loading (#8434)

* Use `DataSplitMode` to configure data loading

github.com/dmlc/xgboost - 8e76f5f59516105bf5a8037c1be1f5af92f01dd4 authored almost 2 years ago by Rong Ou <[email protected]>
Require isort on all Python files. (#8420)

github.com/dmlc/xgboost - 0d3da9869cfab02f7d61984d6b1e37973d087c48 authored almost 2 years ago by Jiaming Yuan <[email protected]>
[CI] remove unused import in python tests (#8409)

github.com/dmlc/xgboost - bf8de227a9014013ab973af5706ccf2d2efc4989 authored almost 2 years ago by James Lamb <[email protected]>
add files from python tests to .gitignore (#8410)

github.com/dmlc/xgboost - b1b2524dbb6dd2216aaf1a46366728484d6c7717 authored almost 2 years ago by James Lamb <[email protected]>
Add back xgboost.rabit for backwards compatibility (#8408)

* Add back xgboost.rabit for backwards compatibility

* fix my errors

* Fix lint

* Use F...

github.com/dmlc/xgboost - 99fa8dad2d767f35d45e9f664691d2e61a7d2299 authored almost 2 years ago by Rong Ou <[email protected]>
Fix formatting in NEWS.md [skip ci]

github.com/dmlc/xgboost - 0db903b4714ea2eb5cca8c61c4eb108874c3ec2e authored almost 2 years ago by Philip Hyunsu Cho <[email protected]>
1.7 release note. [skip ci] (#8374)

* Draft for 1.7 release note. [skip ci]

* Wording [skip ci]

* Update with backports [skip ...

github.com/dmlc/xgboost - 917cbc0699620411a9b2f78c49065a14ebc70aa3 authored almost 2 years ago by Jiaming Yuan <[email protected]>
[CI] Cleanup github action tests. (#8397)

- Merge doxygen build with sphinx.
- Use mamba on non-windows Github Action.

github.com/dmlc/xgboost - 2ed3c29c8ab451776a72813cf7d6945972f0d526 authored almost 2 years ago by Jiaming Yuan <[email protected]>
Fix Scorecard Github Action not working (#8402)

* chore: create security policy

Signed-off-by: Joyce Brum <[email protected]>

* chore...

github.com/dmlc/xgboost - 7174d60ed23f8e0c4db27ee7539470acb4b37246 authored almost 2 years ago by Joyce <[email protected]>
Update JSON parser demo with categorical feature. (#8401)

- Parse categorical features in the Python example.
- Add tests.
- Update document.

github.com/dmlc/xgboost - a408c34558e36813c0357b89d421db6ac755042f authored almost 2 years ago by Jiaming Yuan <[email protected]>
Extract dask and spark test into distributed test. (#8395)

- Move test files.
- Run spark and dask separately to prevent conflicts.
- Gather common code ...

github.com/dmlc/xgboost - cfd2a9f8724ada8dbae312019bb0ab548e1c9b13 authored almost 2 years ago by Jiaming Yuan <[email protected]>
Bump development version to 2.0. (#8390)

github.com/dmlc/xgboost - f73520bfffd7e95be552e2ae059845eb915fe9f1 authored almost 2 years ago by Jiaming Yuan <[email protected]>
xrange() was removed in Python 3 in favor or range() (#8371)

github.com/dmlc/xgboost - ae27e228c47698aef395e1b33ea3ebf8b1a7fcb8 authored almost 2 years ago by Christian Clauss <[email protected]>
Type fix for WebAssembly: use bst_ulong instead of size_t for ncol in CSR conversion. (#8369)

github.com/dmlc/xgboost - 5699f60a88647bfd3ce0a57ca37e41315aa03e4c authored almost 2 years ago by Yizhi Liu <[email protected]>
Speedup R test on github. (#8388)

github.com/dmlc/xgboost - a2593e60bf49e229d418a940e80a138da475d604 authored almost 2 years ago by Jiaming Yuan <[email protected]>
[doc] Additional notes for release [skip ci] (#8367)

github.com/dmlc/xgboost - 786aa27134d40892a59da1b5c51d71dc2dc6c12a authored almost 2 years ago by Jiaming Yuan <[email protected]>
Move Python testing utilities into xgboost module. (#8379)

- Add typehints.
- Fixes for pylint.

Co-authored-by: Hyunsu Philip Cho <[email protected]...

github.com/dmlc/xgboost - cf70864fa39c89f0c37f1083f5d4727a1b396216 authored almost 2 years ago by Jiaming Yuan <[email protected]>
[pyspark] Improve tutorial on enabling GPU support. (#8385)

- Quote the databricks doc on how to manage dependencies.
- Some wording changes.

Co-authore...

github.com/dmlc/xgboost - 7e53189e7cf3b0a18a41b7cc9608917a41886c80 authored almost 2 years ago by Jiaming Yuan <[email protected]>
Fix acronym (#8386)

github.com/dmlc/xgboost - ba9cc434647657232e366db49464e11a6b98c8bd authored almost 2 years ago by Thomas Stanley <[email protected]>
Fix building XGBoost with libomp 15 (#8384)

github.com/dmlc/xgboost - 8bb55949ef756d82c828c8c11a75f4bc7ec2ac45 authored almost 2 years ago by Philip Hyunsu Cho <[email protected]>
[pyspark] Add type hint to basic utilities. (#8375)

github.com/dmlc/xgboost - d0b99bdd95288d34049ef32d72f471983f499370 authored almost 2 years ago by Jiaming Yuan <[email protected]>
remove travis status [skip ci] (#8382)

github.com/dmlc/xgboost - 1d2f6de57350ee9c5dbc053b537c78fd80360772 authored almost 2 years ago by Jiaming Yuan <[email protected]>
Remove travis configuration file. [skip ci] (#8381)

github.com/dmlc/xgboost - a3b8bca46a463c80bd4d6684975869e3f36a332a authored almost 2 years ago by Jiaming Yuan <[email protected]>
Fix CUDA async stream. (#8380)

github.com/dmlc/xgboost - bb5e18c29c8ed3c02ae79f554c85a5508816ed61 authored almost 2 years ago by Jiaming Yuan <[email protected]>
Use ==/!= to compare constant literals (str, bytes, int, float, tuple) (#8372)

github.com/dmlc/xgboost - 5761f27e5e09af8516734a9314fbfe2aa8c680ac authored almost 2 years ago by Christian Clauss <[email protected]>
[doc] Cleanup outdated documents for GPU. [skip ci] (#8378)

github.com/dmlc/xgboost - 99467f399986fcae7c918f34f6f558ea37db32e4 authored almost 2 years ago by Jiaming Yuan <[email protected]>
Fixes for R checks. (#8330)

- Bump configure.ac version.
- Remove amalgamation to reduce the build time for a single object...

github.com/dmlc/xgboost - 28a466ab518fbb1fccef777bf4efb0b9d8c79514 authored almost 2 years ago by Jiaming Yuan <[email protected]>
Unify the partitioner for hist and approx.

Co-authored-by: dmitry.razdoburdin <[email protected]>
Co-authored-by: jiami...

github.com/dmlc/xgboost - 5bd849f1b591e52e45c365d8ed5ff22f2c498ed4 authored almost 2 years ago by Dmitry Razdoburdin <[email protected]>
Fix github action r tests. (#8364)

github.com/dmlc/xgboost - c69af903194fc4419ec3faecfdf95af436c950ab authored almost 2 years ago by Jiaming Yuan <[email protected]>
Validate features for inplace predict. (#8359)

github.com/dmlc/xgboost - c884b9e8881205204fa8c8e43116651d569dd8be authored almost 2 years ago by Jiaming Yuan <[email protected]>
Create Security Police (#8360)

* chore: create security policy

Signed-off-by: Joyce Brum <[email protected]>

* chore...

github.com/dmlc/xgboost - 52977f0cdf056d6e698953edbae28a7583294e50 authored almost 2 years ago by Joyce <[email protected]>
XGBRanker documentation: few clarifications (#8356)

github.com/dmlc/xgboost - c47c71e34f0c3521d5048a94587903888499f039 authored about 2 years ago by luca-s <[email protected]>
[pyspark] Filter out the unsupported train parameters (#8355)

github.com/dmlc/xgboost - 76f95a6667b67d40258e8c5d17f0b806384e7d70 authored about 2 years ago by Bobby Wang <[email protected]>
[pyspark] Cleanup data processing. (#8344)

* Enable additional combinations of ctor parameters.
* Unify procedures for QuantileDMatrix a...

github.com/dmlc/xgboost - 3901f5d9db4d818e1c346450df103c26380bddfc authored about 2 years ago by Jiaming Yuan <[email protected]>
Make federated client more robust (#8351)

github.com/dmlc/xgboost - 521086d56b6fe42a87c5d364c2562cfa51152bf6 authored about 2 years ago by Rong Ou <[email protected]>
XGBRanker documentation: missing default objective (#8347)

github.com/dmlc/xgboost - 5647fc654271f0f85852bd948b7b7a8a8bc24946 authored about 2 years ago by luca-s <[email protected]>
Speed up tests with federated learning enabled (#8350)

* Speed up tests with federated learning enabled

* Re-enable timeouts

Co-authored-by: Hyun...

github.com/dmlc/xgboost - 8f3dee58be93b61bd7f7189fcabb787fa80ce617 authored about 2 years ago by Rong Ou <[email protected]>
Configuration for init estimation. (#8343)

* Configuration for init estimation.

* Check whether the model needs configuration based on c...

github.com/dmlc/xgboost - 031d66ec27d1d99dfc145ffae4f2ac8895305ac1 authored about 2 years ago by Jiaming Yuan <[email protected]>
Disable pytest-timeout for now. (#8348)

github.com/dmlc/xgboost - 2176e511fca72cf1ef3414d31e701bf69c26d569 authored about 2 years ago by Jiaming Yuan <[email protected]>
FIx incorrect function name. (#8346)

github.com/dmlc/xgboost - fcddbc926468ce22188aa8d6d152e5606dd38494 authored about 2 years ago by Jiaming Yuan <[email protected]>
Avoid blank lines with federated training (#8342)

github.com/dmlc/xgboost - 80e10e02aba45cc54795e075720896c9eec9519e authored about 2 years ago by Rong Ou <[email protected]>
Fix NVFLARE demo (#8340)

github.com/dmlc/xgboost - b3208aac4e0235cf9fab79e9fddb256289665be1 authored about 2 years ago by Rong Ou <[email protected]>
[pyspark] Enable running GPU tests on variable number of GPUs. (#8335)

github.com/dmlc/xgboost - 748d516c50f0eadf3d9328612f9d98ca61378dd1 authored about 2 years ago by Jiaming Yuan <[email protected]>
[doc] Display survival demos in sphinx doc. [skip ci] (#8328)

github.com/dmlc/xgboost - 4633b476e9eed94f691985287a6dea7ea76e2e47 authored about 2 years ago by Jiaming Yuan <[email protected]>
Allow using string view to find JSON value. (#8332)

- Allow comparison between string and string view.
- Fix compiler warnings.

github.com/dmlc/xgboost - 3ef17035531a95f2f729133c10dc508487a16f64 authored about 2 years ago by Jiaming Yuan <[email protected]>
[CI] Set up test analytics for CPU Python tests (#8333)

* [CI] Set up test analytics for CPU Python tests

* Install test collector

github.com/dmlc/xgboost - 29595102b997aee96223afb258e5c3c2158e7cf1 authored about 2 years ago by Philip Hyunsu Cho <[email protected]>
[CI] Test federated learning plugin in the CI (#8325)

github.com/dmlc/xgboost - 2faa744ababf4a61c85cdfc0729217bd14395f3d authored about 2 years ago by Philip Hyunsu Cho <[email protected]>
[pyspark] Use quantile dmatrix. (#8284)

github.com/dmlc/xgboost - 97a5b088a5ba060f9c24127225ab9fe0767e3719 authored about 2 years ago by Jiaming Yuan <[email protected]>
[CI] Refactor tests to reduce CI time. (#8312)

github.com/dmlc/xgboost - ce0382dcb05263a6db7a4550005600e949b25c49 authored about 2 years ago by Rory Mitchell <[email protected]>
Better error message when world size and rank are set as strings (#8316)

Co-authored-by: jiamingy <[email protected]>

github.com/dmlc/xgboost - 39afdac3bec855a460fbc6af28238ce53c4fcc01 authored about 2 years ago by Rong Ou <[email protected]>
Use integer gradients in gpu_hist split evaluation (#8274)

github.com/dmlc/xgboost - 210915c9857d7099b599902068f2a6841dbafb23 authored about 2 years ago by Rory Mitchell <[email protected]>
Update parameter for categorical feature. (#8285)

github.com/dmlc/xgboost - c68684ff4c47965d430bda7973a84ae0adcc41d5 authored about 2 years ago by Jiaming Yuan <[email protected]>
Require keyword args for data iterator. (#8327)

github.com/dmlc/xgboost - 5545c49cfc32594a8c869d7032e92df6a7f2b211 authored about 2 years ago by Jiaming Yuan <[email protected]>
Use gpu predictor for get csr test. (#8323)

github.com/dmlc/xgboost - e1f9f80df2f3e1d700c8912c43d30ecc6fdfcfc3 authored about 2 years ago by Jiaming Yuan <[email protected]>
[CI] Update GitHub Actions to use macos-11 (#8321)

github.com/dmlc/xgboost - a71421e82590e63334e2d21de5168c795668dd3b authored about 2 years ago by Philip Hyunsu Cho <[email protected]>
Fix Intel's link [skip ci]

github.com/dmlc/xgboost - d70e59fefcda87e90c2c40b4d5e72fc0b9f9095a authored about 2 years ago by Philip Hyunsu Cho <[email protected]>
More CI improvements (#8313)

* Reduce clutter in log of Python test

* Set up BuildKite test analytics

* Add separate st...

github.com/dmlc/xgboost - 50ff8a26238b08d44862971f31b7beae1d57426b authored about 2 years ago by Philip Hyunsu Cho <[email protected]>
Fix clang tidy (#8314)

* Fix clang-tidy

* Exempt clang-tidy from budget check

* Move clang-tidy

github.com/dmlc/xgboost - bc7a6ec603df23aa0e198217b7fb8f3078a3d9cc authored about 2 years ago by Philip Hyunsu Cho <[email protected]>
Dispatcher for template parameters of BuildHist Kernels (#8259)

* Intoducing Column Wise Hist Building

* linting

* more linting

* bug fixing

* Remov...

github.com/dmlc/xgboost - c24e9d712cd509ee9b5bc61584acdac85b564968 authored about 2 years ago by Dmitry Razdoburdin <[email protected]>
Don't split input data in federated mode (#8279)

Co-authored-by: Hyunsu Philip Cho <[email protected]>

github.com/dmlc/xgboost - 8d4038da57cd06070677460d138a648c132665b1 authored about 2 years ago by Rong Ou <[email protected]>
Update sponsors list [skip ci] (#8309)

github.com/dmlc/xgboost - 66fd9f5207977d8a10d4131e5ea413b0b80405fa authored about 2 years ago by Philip Hyunsu Cho <[email protected]>
Reduce docker image size. (#8306)

github.com/dmlc/xgboost - 909e49e214887a81e7442256e57faa0a3a30e895 authored about 2 years ago by Rory Mitchell <[email protected]>
[Breaking] Switch from rabit to the collective communicator (#8257)

* Switch from rabit to the collective communicator

* fix size_t specialization

* really fi...

github.com/dmlc/xgboost - 668b8a0ea4f5d95ace9db6ed95910b0f6a2c69e6 authored about 2 years ago by Rong Ou <[email protected]>
Upgrade mypy. (#8302)

Some breaking changes were made in mypy.

github.com/dmlc/xgboost - e47b3a3da36f014a733b528891f05bada5d5dd67 authored about 2 years ago by Jiaming Yuan <[email protected]>
Add C document to sphinx, fix arrow. (#8300)

- Group C API.
- Add C API sphinx doc.
- Consistent use of `OptionalArg` and the parameter nam...

github.com/dmlc/xgboost - 97c3a80a346828165c57225929657461bcaeeda2 authored about 2 years ago by Jiaming Yuan <[email protected]>
Additional improvements to CI (#8303)

* Wait until budget check is complete

* Ensure that multi-GPU tests run for the master branch...

github.com/dmlc/xgboost - b2bbf49015e7c9b34524450755249ae23b519a89 authored about 2 years ago by Philip Hyunsu Cho <[email protected]>
Reduce time for some multi-gpu tests (#8288)

* Faster dask tests

* Reuse AllReducer objects in tests.

* Faster boost from prediction te...

github.com/dmlc/xgboost - d686bf52a670a734f6e79e94bae8f66f4c95cc80 authored about 2 years ago by Rory Mitchell <[email protected]>
[CI] Use RAPIDS 22.10 (#8298)

* [CI] Use RAPIDS 22.10

* Store CUDA and RAPIDS versions in one place

* Fix

* Add missi...

github.com/dmlc/xgboost - ca0547bb65966896254a99f7868943d606a18c53 authored about 2 years ago by Philip Hyunsu Cho <[email protected]>
[CI] Document the use of Docker wrapper script (#8297)

* [CI] Document the use of Docker wrapper script

* Grammer fixes

* Document buildkite pipe...

github.com/dmlc/xgboost - 37886a5dffd8f45b6fb7c75d91d6efc767af3bd1 authored about 2 years ago by Philip Hyunsu Cho <[email protected]>
Various CI savings (#8291)

github.com/dmlc/xgboost - 9af99760d4dcbd7a7aa8321a169a45ed715f6a66 authored about 2 years ago by Philip Hyunsu Cho <[email protected]>