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

Renaming of SumMetrics fields #453

Closed dvadym closed 1 year ago

dvadym commented 1 year ago

This PR contains renaming of SumMetrics fields: per_partition_error_min -> clipping_to_min_error per_partition_error_max -> clipping_to_max_error expected_cross_partition_error -> expected_l0_bounding_error std_cross_partition_error->std_l0_bounding_error

Also aggregation field was introduced