Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ZiyueXu77 authored Feb 21, 2025
1 parent deca395 commit 559933a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/advanced/xgboost/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and install the additional requirements:
```
python3 -m pip install -r requirements.txt
```
Also, follow [encryption plugins instruction](https://github.com/NVIDIA/NVFlare/tree/main/integration/xgboost/encryption_plugins) to setup encryption plugins.

## XGBoost
XGBosot is a machine learning algorithm that uses decision/regression trees to perform classification and regression tasks,
Expand Down Expand Up @@ -51,4 +52,4 @@ collaboration, and histogram-based vertical collaboration.
### [Secure Federated XGBoost with Homomorphic Encryption](./fedxgb_secure/README.md)
This example includes instructions on running secure federated XGBoost with homomorphic encryption under
histogram-based horizontal and vertical collaboration. Note that tree-based collaboration does not have security concerns
that can be handled by encryption.
that can be handled by encryption.

0 comments on commit 559933a

Please sign in to comment.