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

[R] Use array interface for dense DMatrix creation (#9816)

---------

Co-authored-by: Jiaming Yuan <[email protected]>

github.com/dmlc/xgboost - 37da66f865f4f771a0198b478799db39ed55cd88 authored about 1 year ago
Update affiliation (#9822)

github.com/dmlc/xgboost - da3d55db5b8a1e79908f27dd083e4b207854e40d authored about 1 year ago
[jvm-packages] Bump rapids version. (#9820)

github.com/dmlc/xgboost - e2e089ce12793744295bbc598592f2d5b8cd3014 authored about 1 year ago
[R] Fix potential memory leaks in case of R allocation failures (#9817)

github.com/dmlc/xgboost - c0ef2f8dce0528bb4ee4b9e4235ce6d2c4b973f4 authored about 1 year ago
[doc] Draft for language binding consistency. [skip ci] (#9755)

github.com/dmlc/xgboost - 59684b2db648563211465a7a60c6899362ba9956 authored about 1 year ago
[R][doc] Update docs about fitting from CSR (#9818)

github.com/dmlc/xgboost - bfa1252fca4587151d5ac7cf79875cc130bba057 authored about 1 year ago
[jvm-packages] Update dependencies. (#9809)

- scalatest: 3.2.17
- maven-checkstyle-plugin: 3.3.1
- maven-surefire-plugin: 3.2.2
- maven-p...

github.com/dmlc/xgboost - 34a261669614e63c8095df1a01842e5920330b30 authored about 1 year ago
[sklearn] Fix loading model attributes. (#9808)

github.com/dmlc/xgboost - e9f149481e64d7d97cf37e95433ea6f6674d4dbf authored about 1 year ago
Mark NCCL python test optional. (#9804)

Skip the tests if XGBoost is not compiled with dlopen.

github.com/dmlc/xgboost - 3f4e22015a6796a0807650d7b2f97b108f8760df authored about 1 year ago
Cleanup code for distributed training. (#9805)

* Cleanup code for distributed training.

- Merge `GetNcclResult` into nccl stub.
- Split up ...

github.com/dmlc/xgboost - 8fe1a2213c063b633272d217f3b020671f462953 authored about 1 year ago
[breaking] Remove dense libsvm parser plugin. (#9799)

github.com/dmlc/xgboost - e9260de3f30708af5992009468432fbfe788fc42 authored about 1 year ago
Change default metric for gamma regression to deviance. (#9757)

* Change default metric for gamma regression to deviance.

- Cleanup the gamma implementation....

github.com/dmlc/xgboost - 1877cb8e832af362fb810d947434f2fb70b3e7ad authored about 1 year ago
Use `dlopen` to load NCCL. (#9796)

This PR adds optional support for loading nccl with `dlopen` as an alternative of compile time l...

github.com/dmlc/xgboost - 0715ab3c1094651fb371199d1a5be288e62dd748 authored about 1 year ago
Implement column sampler in CUDA. (#9785)

- CUDA implementation.
- Extract the broadcasting logic, we will need the context parameter aft...

github.com/dmlc/xgboost - fedd9674c8441a26b94f9d4061b11a1be4cb0e7c authored about 1 year ago
[pyspark][doc] Test and doc for stage-level scheduling. (#9786)

github.com/dmlc/xgboost - 178cfe70a8bf6ca0081032cf0de47e5219d0cf08 authored about 1 year ago
[coll] Reduce the scope of lock in the event loop. (#9784)

github.com/dmlc/xgboost - ada377c57eec006889484d10e5ce83e4ac46c971 authored about 1 year ago
[jvm-packages] support stage-level scheduling (#9775)

github.com/dmlc/xgboost - 36a552ac981f4936714c4cd9128ba33f2a63d2eb authored about 1 year ago
fix typo in Parameters doc (#9781)

github.com/dmlc/xgboost - 162da7b52b6b88de7b95319b4ded746b148b9030 authored about 1 year ago
[coll] Increase timeout for allgather test. (#9777)

github.com/dmlc/xgboost - 6fd4a306670fa82da06b42ef217705eefd97cbcd authored about 1 year ago
[coll] Add C API for the tracker. (#9773)

github.com/dmlc/xgboost - 44099f585dcb3f54567aad03c5d136614d553dc3 authored about 1 year ago
[coll] Pass context to various functions. (#9772)

* [coll] Pass context to various functions.

In the future, the `Context` object would be requ...

github.com/dmlc/xgboost - 06bdc15e9b72179c4bcdd01d43ca452ed72d5753 authored about 1 year ago
[coll] Add comm group. (#9759)

- Implement `CommGroup` for double dispatching.
- Small cleanup to tracker for handling abort.

github.com/dmlc/xgboost - 6c0a190f6d12d2ba6a1cabd7741881ea1913d433 authored about 1 year ago
Fix using categorical data with the score function of ranker. (#9753)

github.com/dmlc/xgboost - c3a0622b499526ef684c6dde855b925a34911742 authored about 1 year ago
[doc] Add doc for linters and simplify c++ lint script. (#9750)

github.com/dmlc/xgboost - 82828621d020299d1a1226b3131444298fe92278 authored about 1 year ago
[dask] Change document to avoid using default import. (#9742)

This aligns dask with pyspark, users need to explicitly call:

```
from xgboost.dask import D...

github.com/dmlc/xgboost - 98238d63fabe3470f558e1705b47a53e3e27649c authored about 1 year ago
[Doc] update the tutorial of xgboost4j-spark-gpu (#9752)

---------

Co-authored-by: Jiaming Yuan <[email protected]>

github.com/dmlc/xgboost - 093b6758380e4663d18729dd87d54a7845695a4b authored about 1 year ago
[Python] Accept numpy generators as `random_state` (#9743)

* accept numpy generators for random_state

* make linter happy

* fix tests

github.com/dmlc/xgboost - be20df8c23c063f9b5ff242e66c29ebd66578ca6 authored about 1 year ago
[coll] Improvements and fixes for tracker and allreduce. (#9745)

- Allow the tracker to wait.
- Fix allreduce type cast
- Return args from the federated trac...

github.com/dmlc/xgboost - 4da4e092b51aab7df1e8e2333faef9e62ac5cbb9 authored about 1 year ago
[CI] Build libxgboost4j.dylib with CMAKE_OSX_DEPLOYMENT_TARGET (#9749)

github.com/dmlc/xgboost - 0ff8572737fa41fd63e76f478ceaab8c0f97f567 authored about 1 year ago
[CI] Improve CI for Mac M1 (#9748)

* [CI] Improve CI for Mac M1

* Add -v flag

* Disable OpenMP in libxgboost4j.dylib

* Tar...

github.com/dmlc/xgboost - 1b9ed4a4a1ed80f77cbf30448fc2e0c417130755 authored about 1 year ago
[R] Avoid modifying importance dt in-place, fix aggregation (#9740)

github.com/dmlc/xgboost - d3f06467797acd61e80e87be38fb9812a016a64e authored about 1 year ago
[coll] Add federated coll. (#9738)

- Define a new data type, the proto file is copied for now.
- Merge client and communicator i...

github.com/dmlc/xgboost - bc995a48651ea2b45777cb0bbb2076ba9235c242 authored about 1 year ago
[CI] Enable gmock in gtest (#9737)

github.com/dmlc/xgboost - 6b98305db4e09cece005ab16f9c61a3fac34258e authored about 1 year ago
[coll] Federated comm. (#9732)

github.com/dmlc/xgboost - 80390e6cb69c4f478217179bede451f7f8dd0b56 authored about 1 year ago
[doc] How to configure regarding to stage-level (#9727)

---------

Co-authored-by: Jiaming Yuan <[email protected]>

github.com/dmlc/xgboost - fa65cf664664b7348f2cf1407ddea1d1adb6d829 authored about 1 year ago
Fix typos (#9731)

github.com/dmlc/xgboost - 2cfc90e8dbb3c20afed5d6d575d2a6062ae66a04 authored about 1 year ago
[coll] Add nccl. (#9726)

github.com/dmlc/xgboost - 6755179e77f30e1946273cf9fd24ea674fa6219d authored about 1 year ago
[CI] enforce cmakelint checks (#9728)

github.com/dmlc/xgboost - 0c621094b3b16f63a9f53395c042c3b6d5f10d80 authored about 1 year ago
Fix mingw hanging on regex in context (#9729)

---------

Co-authored-by: Dmitry Razdoburdin <>

github.com/dmlc/xgboost - 9c22df9342f7caf84a96b0ab7ee353083232f200 authored about 1 year ago
[pyspark] unify the way for determining whether runs on the GPU. (#9724)

github.com/dmlc/xgboost - 13235313231f073a710a3bc05e5ab6d1d94b1e52 authored about 1 year ago
Add 'sycl' devices to the context (#9691)

Co-authored-by: Dmitry Razdoburdin <>

github.com/dmlc/xgboost - f41a08fda86f9e261ac8194f6f0904b1e00a22e6 authored about 1 year ago
Update JVM script (#9714)

github.com/dmlc/xgboost - d4d7097accc4db7d50fdc2b71b643925db6bc424 authored about 1 year ago
Fix libpath logic for Windows (#9712)

* Fix libpath logic for Windows (#9687)

* Use sys.base_prefix instead of sys.prefix (#9711)
...

github.com/dmlc/xgboost - 01d59ded00ee6cbbc96533e6f62b6818ab73b267 authored about 1 year ago
Serialize expand entry for allgather. (#9702)

github.com/dmlc/xgboost - 7a02facc9d5bb25b8cc7862a1d11d5071240c7c7 authored over 1 year ago
[CI] Hotfix for JVM test on GH Action

github.com/dmlc/xgboost - ee8b29c843e412eb1498d6dff3adb3fe9458921e authored over 1 year ago
[CI] Build libxgboost4j.dylib for Intel Mac (#9704)

* [CI] Build libxgboost4j.dylib for Intel Mac

* Use correct runner name

* Fix shell comman...

github.com/dmlc/xgboost - 87621322edffd1bd9dcd9e63443d3047009f7138 authored over 1 year ago
[doc] Mention data consistency for categorical features. (#9678)

github.com/dmlc/xgboost - 3ca06ac51ec1b4bb95b82a40cd41c0e7b52b925a authored over 1 year ago
[CI] Set up CI for Mac M1 (#9699)

github.com/dmlc/xgboost - 5e6cb63a5640db540e202f0ea05b31b6e518a60e authored over 1 year ago
[jvm-packages] Remove hard dependency on libjvm (#9698)

github.com/dmlc/xgboost - 791de7789b269f43bf989e0af9fb0abc96768edb authored over 1 year ago
[coll] Define interface for bridging. (#9695)

* Define the basic interface that will shared by nccl, federated and native.

github.com/dmlc/xgboost - b771f584534906a8b6c3027c223096519498134a authored over 1 year ago
More in-memory input support for column split (#9685)

github.com/dmlc/xgboost - 6fbe6248f4028f25968e7c153e43ac727655626b authored over 1 year ago
CMake LTO and CUDA arch (#9677)

github.com/dmlc/xgboost - 83cdf14b2c1f6e81fa745abf6f4cf169ab376df2 authored over 1 year ago
Fix build for AppleClang 11 (#9684) (#9693)

github.com/dmlc/xgboost - 3b86260b506154762f3fbd3daaf71c08843ecaf0 authored over 1 year ago
[coll] allgatherv. (#9688)

github.com/dmlc/xgboost - 5d1bcde7196d34ef7ac030f4463e0b45d35a6f3d authored over 1 year ago
Reorder if-else statements to allow using of cpu branches for sycl-devices (#9682)

github.com/dmlc/xgboost - ea9f09716bd426f235ce785d6286e0ad26350ce1 authored over 1 year ago
[coll] allgather. (#9681)

github.com/dmlc/xgboost - 4c0e4422d0e2115928fd68e29f7c1c67cc969854 authored over 1 year ago
[coll] Allreduce. (#9679)

github.com/dmlc/xgboost - 48ac9b6cbe95d932f33616e5b2c1df0aeedad216 authored over 1 year ago
Support column-wise data split with in-memory inputs (#9628)

---------

Co-authored-by: Jiaming Yuan <[email protected]>

github.com/dmlc/xgboost - da6803b75b235bfc359fbcae540288a21a7aadb2 authored over 1 year ago
[pyspark] Support stage-level scheduling for training (#9519)

github.com/dmlc/xgboost - 4d1607eefd0c3321f9ab7f442d3e845b977f8a6d authored over 1 year ago
Update learning_to_rank.rst; Correct qid sort in snippet (#9673)

github.com/dmlc/xgboost - 83191f0839ad4b729b61fee0e12e7349ade84a62 authored over 1 year ago
Fix build for GCC 8.x (#9670) (#9675)

github.com/dmlc/xgboost - eee7cdf07ef0c62b87078ef9ffcf202334ffaa77 authored over 1 year ago
[CI] address cmakelint warnings about whitespace (#9674)

github.com/dmlc/xgboost - eb562d38296ccb0e9640669edb5a3ff9d2a2a76a authored over 1 year ago
[coll] Broadcast. (#9659)

github.com/dmlc/xgboost - 53049b16b840adf5b03a9640a303baca6a1ade48 authored over 1 year ago
Skip check for pollhup. (#9661)

github.com/dmlc/xgboost - 81a059864aafafa49f5d6bbc27560e74a722f939 authored over 1 year ago
[CI] Pull CentOS 7 images from NGC (#9666)

github.com/dmlc/xgboost - a5e07a01f83e3ddd13cfdbec5b4f627f93321610 authored over 1 year ago
[doc] Update document about running tests. [skip ci] (#9658)

github.com/dmlc/xgboost - cd8760cba3fdb5c43fb7337a2d1262f896f8ac41 authored over 1 year ago
Improve allgather functions (#9649)

github.com/dmlc/xgboost - e164d51c439806c232afcc03c335fa963936ec93 authored over 1 year ago
[CI] Update RAPIDS to latest stable (#9654)

* [CI] Update RAPIDS to latest stable

* Remove slashes from Docker tag

---------

Co-aut...

github.com/dmlc/xgboost - d1dee4ad99788afa039cadaba3f28e4d17fba52c authored over 1 year ago
[coll] Implement a new tracker and a communicator. (#9650)

* [coll] Implement a new tracker and a communicator.

The new tracker and communicators commun...

github.com/dmlc/xgboost - 946ae1c440d4e949a267d9991763e0303a3351e7 authored over 1 year ago
[CI] standardize else() and enfunction() calls in CMake scripts (#9653)

github.com/dmlc/xgboost - 2e42f33fc127a15be927b98667d15ababa9efdfe authored over 1 year ago
Add support for cgroupv2. (#9651)

github.com/dmlc/xgboost - 084d89216c7d40d204fb0f936d582be1547d9edf authored over 1 year ago
[CI] add cmakelint to C++ linting task (#9641)

Co-authored-by: Jiaming Yuan <[email protected]>

github.com/dmlc/xgboost - 51e32e4905dc8f30f1ec6616aa98b155ed85793e authored over 1 year ago
[breaking] Change DMatrix construction to be distributed (#9623)

* Change column-split DMatrix construction to be distributed

* remove splitting code for row ...

github.com/dmlc/xgboost - 0ecb4de9637ae1682334466d5a2cca69cb373ac8 authored over 1 year ago
[Coll] Implement get host address in libxgboost. (#9644)

- Port `xgboost.tracker.get_host_ip` in C++.

github.com/dmlc/xgboost - b14e535e788b4d1c09de886d8a41cd5b316c6bc2 authored over 1 year ago
Extract JSON utils. (#9645)

github.com/dmlc/xgboost - 680d53db43ffbd76023a0dec8f998d6a4c4e3c88 authored over 1 year ago
Fix lint errors. (#9634)

github.com/dmlc/xgboost - 4e5a7729c3f6561cfb939d4d49ef69fb460eaac1 authored over 1 year ago
[CI] standardize endif() calls in CMake scripts (#9637)

github.com/dmlc/xgboost - db8d117f7e0c66e8ce6adb8a7a96f0dc6c729f73 authored over 1 year ago
[R] [CI] enforce lintr::function_left_parentheses_linter check (#9631)

github.com/dmlc/xgboost - 799f8485e2bb832189f0d5ea4e5d708679a1f8ab authored over 1 year ago
Remove `XGBoosterGetModelRaw`. (#9617)

Deprecated in 1.6.

github.com/dmlc/xgboost - 4d7a187cb0ebc2194abc1efe0aaee6f06af937c5 authored over 1 year ago
Small cleanup to jvm iter adapter. (#9616)

- Remove header dependency on c_api
- Remove remaining code for arrow.

github.com/dmlc/xgboost - d95be1c38d8a3877197a8171d5bac24b26cddf35 authored over 1 year ago
Workaround Apple clang issue. (#9615)

github.com/dmlc/xgboost - 417c3ba47e3b60d16cecff81eb59547e9fc36d9a authored over 1 year ago
Add privacy preserving tutorial to index.rst (#9614)

github.com/dmlc/xgboost - 295f13ef09b3fb44089bac4979af64bbed612986 authored over 1 year ago
Support arrow through pandas ext types. (#9612)

- Use pandas extension type for pyarrow support.
- Additional support for QDM.
- Additiona...

github.com/dmlc/xgboost - 60526100e3c064adb68f68ed0c391e9cbdf99c53 authored over 1 year ago
Test monotone constraints with column split (#9613)

github.com/dmlc/xgboost - 3f2093fb812366c9ee03ead743d1a40029a3398a authored over 1 year ago
[doc] Add privacy preserving tutorial (#9610)

github.com/dmlc/xgboost - 7cafd41a58a1e01da0ca0fdd21a953f61a26b0d0 authored over 1 year ago
Integration tests for interaction constraints with column-wise data split (#9611)

github.com/dmlc/xgboost - d6d14d0fb9490e3910015c8f9ef30a39db6757c7 authored over 1 year ago
[breaking] [jvm-packages] Remove rabit check point. (#9599)

- Add `numBoostedRound` to jvm packages
- Remove rabit checkpoint version.
- Change the starti...

github.com/dmlc/xgboost - c75a3bc0a9ab383fcbcd5e3ce1be61c029bd4879 authored over 1 year ago
[doc] Add privacy-preserving Concrete ML links (#9598) (#9604)

github.com/dmlc/xgboost - 7901a299b2029452938431a44a66f27b17af9654 authored over 1 year ago
Test column sampler with column-wise data split (#9609)

github.com/dmlc/xgboost - 290b17ffda0a21e4f85bc77cf8004055181ed5a0 authored over 1 year ago
Limit the number of threads for external memory. (#9605)

github.com/dmlc/xgboost - 1167e6c554f2fad47183f835bf0845e2cde5cd52 authored over 1 year ago
[R] Set number of threads in demos and tests. (#9591)

- Restrict the number of threads in IO.
- Specify the number of threads in demos and tests.
- ...

github.com/dmlc/xgboost - cac2cd2e940bc91190e7f456e15cb2b15b7f97a3 authored over 1 year ago
Test categorical features with column-split gpu quantile (#9595)

github.com/dmlc/xgboost - def77870f3e82c476dd96d2a0f467c8294173de3 authored over 1 year ago
Use array interface for testing numpy arrays. (#9602)

github.com/dmlc/xgboost - a90d204942d3e623bd31b757160f5f8b897f03cc authored over 1 year ago
[dask] Move dask module into directory. (#9597)

github.com/dmlc/xgboost - bbf5b9ee57620a28b44e45389faaf32ea475f94f authored over 1 year ago
Workaround poll on macos. (#9596)

github.com/dmlc/xgboost - 0080c970751cdac3f6b205553ef99a0138187599 authored over 1 year ago
Remove internal use of gpu_id. (#9568)

github.com/dmlc/xgboost - 8c676c889d380a32ed61ee2b69596c3f7ef154b8 authored over 1 year ago
Build a simple event loop for collective. (#9593)

github.com/dmlc/xgboost - 38ac52dd87bb47f4f61e0249831f377181eff83a authored over 1 year ago
News for 2.0. [skip ci] (#9484)

---------

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

github.com/dmlc/xgboost - 259d80c0cf4b8de4c9d9aed2563c6ed2784fd4ed authored over 1 year ago
fix rel script with relative path and end note version. [skip ci] (#9572)

github.com/dmlc/xgboost - 0df1da2db4ba30f9abfd18440e068d00f13c5ff7 authored over 1 year ago
[R] remove unused headers (#9546)

github.com/dmlc/xgboost - 730bc1f68852927c07b1f2ed8ff00bf3e28e448f authored over 1 year ago