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

Removing not used code #442

Closed dvadym closed 1 year ago

dvadym commented 1 year ago

This PR removes compute_dp_count and compute_dp_sum which are not used anymore. Currently AdditiveMechanism (example) is used for adding noise, which is more OOP approach.

dvadym commented 1 year ago

Thanks for review!