-
Notifications
You must be signed in to change notification settings - Fork 358
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
More accurate RDP computation and other improvements to Accounting
Python Accounting: - [PLD] Add a standalone method for computing hockey stick divergence for a single `epsilon`. This is done to address the commonly occurring use case of computing `delta` for a single `epsilon`. - [RDP] More stable loop termination criterion in fractional RDP order computation. Previously the loop sometimes terminated too early, resulting in underestimates of the RDP at some orders. Now it will run to convergence in most cases, and in case of too many iterations, it will return an RDP of inf at that order, guaranteeing that the resulting epsilon is a true upper bound. - [Requirements] Change `attrs` version from `>=22` to `>=22,<24`. Java: - Change maxContributions from Integer to int in ApproximateBounds Privacy on Beam: - Formatting changes in mean.go & mean_test.go Change-Id: I7322d5f5438ce5fe45670180470054664c297c3c GitOrigin-RevId: afd7fcc5d03cce8632305943c37ba70fd9a9bb23
- Loading branch information
1 parent
156c8fb
commit 6f7deb3
Showing
7 changed files
with
176 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters