Jiaming Yuan 275da176ba
Document for device ordinal. (#9398)
- Rewrite GPU demos. notebook is converted to script to avoid committing additional png plots.
- Add GPU demos into the sphinx gallery.
- Add RMM demos into the sphinx gallery.
- Test for firing threads with different device ordinals.
2023-07-22 15:26:29 +08:00
..

Experimental Support of Federated XGBoost using NVFlare

This directory contains a demo of Federated Learning using NVFlare.

Horizontal Federated XGBoost

For horizontal federated learning using XGBoost (data is split row-wise), check out the horizontal directory (see the README).

Vertical Federated XGBoost

For vertical federated learning using XGBoost (data is split column-wise), check out the vertical directory (see the README).