Skip to content

Commit

Permalink
add xgboost version
Browse files Browse the repository at this point in the history
  • Loading branch information
SYangster committed Aug 5, 2024
1 parent af21bcb commit 10a5377
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions docs/user_guide/federated_xgboost/secure_xgboost_user_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,13 @@ It requires XGBoost 2.2 or above, which can be installed using this command,

.. code-block:: bash
pip install xgboost
pip install "xgboost>=2.2"
or if XGBoost 2.2 is not released yet, use

.. code-block:: bash
pip install xgboost --extra-index-url https://s3-us-west-2.amazonaws.com/xgboost-nightly-builds/list.html?prefix=federated-secure/
``TenSEAL`` package is needed for horizontal secure training,

Expand Down Expand Up @@ -162,7 +168,8 @@ The plugin can be configured in the ``local/resources.json`` file on clients:
{
"federated_plugin": {
"name": "nvflare",
"path": "/tmp/libnvflare.so"
"path": "/tmp/libnvflare.so",
"debug": "false"
}
}
Expand Down

0 comments on commit 10a5377

Please sign in to comment.