Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
QinbinLi committed Jul 7, 2022
1 parent 698ba55 commit 00f0416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/Parameters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Parameters for Privacy Protection
- ``none``: no additional method is used to protect the communicated messages (raw data is not transferred).
- ``he``: use homomorphic encryption to protect the communicated messages (for vertical FedTree).
- ``sa``: use secure aggregation to protect the communicated messages (for horizontal FedTree).
- ``dp``: use differential privacy to protect the communicated messages (currently only works for single machine simulation).
- ``dp``: use differential privacy to protect the communicated messages (currently only works for vertical FL with single machine simulation).


* ``privacy_budget`` [default=10, type=float]
Expand Down

0 comments on commit 00f0416

Please sign in to comment.