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
274 stars 77 forks source link

Fix Utility analysis on preagregation #479

Closed dvadym closed 1 year ago

dvadym commented 1 year ago

On PR it was changed the order in which extracting columns from the data was performed. As a result it broke running utility analysis on pre-aggregated data. This PR fixed that

dvadym commented 1 year ago

Thanks for review!