Skip to content

Commit da7b40c

Browse files
committed
Merge old release notes.
1 parent 87a5805 commit da7b40c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

doc/changes/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ For release notes prior to the 2.1 release, please see `news <https://github.com
1212
v3.1.0
1313
v3.0.0
1414
v2.1.0
15+
old

NEWS.md renamed to doc/changes/old.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ More progress on the experimental support for categorical features. In 1.7, XGBo
289289

290290
### Experimental support for federated learning and new communication collective
291291

292-
An exciting addition to XGBoost is the experimental federated learning support. The federated learning is implemented with a gRPC federated server that aggregates allreduce calls, and federated clients that train on local data and use existing tree methods (approx, hist, gpu_hist). Currently, this only supports horizontal federated learning (samples are split across participants, and each participant has all the features and labels). Future plans include vertical federated learning (features split across participants), and stronger privacy guarantees with homomorphic encryption and differential privacy. See [Demo with NVFlare integration](demo/nvflare/README.md) for example usage with nvflare.
292+
An exciting addition to XGBoost is the experimental federated learning support. The federated learning is implemented with a gRPC federated server that aggregates allreduce calls, and federated clients that train on local data and use existing tree methods (approx, hist, gpu_hist). Currently, this only supports horizontal federated learning (samples are split across participants, and each participant has all the features and labels). Future plans include vertical federated learning (features split across participants), and stronger privacy guarantees with homomorphic encryption and differential privacy. See `demo/nvflare/README.md` for example usage with nvflare.
293293

294294
As part of the work, XGBoost 1.7 has replaced the old rabit module with the new collective module as the network communication interface with added support for runtime backend selection. In previous versions, the backend is defined at compile time and can not be changed once built. In this new release, users can choose between `rabit` and `federated.` (#8029, #8351, #8350, #8342, #8340, #8325, #8279, #8181, #8027, #7958, #7831, #7879, #8257, #8316, #8242, #8057, #8203, #8038, #7965, #7930, #7911)
295295

@@ -2873,7 +2873,7 @@ This version is only applicable for the Python package. The content is identical
28732873
* Support for boosting from initial predictions
28742874
* Experimental version of LambdaRank
28752875
* Linear booster is now parallelized, using parallel coordinated descent.
2876-
* Add [Code Guide](src/README.md) for customizing objective function and evaluation
2876+
* Add `src/README.md` for customizing objective function and evaluation
28772877
* Add R module
28782878

28792879

0 commit comments

Comments
 (0)