OpenMined / PipelineDP

PipelineDP is a Python framework for applying differentially private aggregations to large datasets using batch processing systems such as Apache Spark, Apache Beam, and more.
https://pipelinedp.io/
Apache License 2.0
270 stars 75 forks source link

Fix PLD computations #430

Closed dvadym closed 1 year ago

dvadym commented 1 year ago

This PR fixes PLD computations, it contains

  1. Updates to the new dp_accounting library version
  2. Changes to use a new dp_accounting API
  3. Updates of the test expectations (there were changes in PLD implementations in dp_accounting, which change precision of computations)
dvadym commented 1 year ago

Thanks for review!