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

Refactor analysis output metrics, part 9: tune using perform_utility_analysis_new #424

Closed dvadym closed 1 year ago

dvadym commented 1 year ago

This PR implements tune_new which uses perform_utility_analysis_new and returns new the result in new dataclasses.

Note: after migrating old code, the old tune will be dropped and tune_new will be renamed to tune