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

Extend muti parameter analysis configuration with noise_kind and partition_selection_strategy #404

Closed dvadym closed 1 year ago

dvadym commented 1 year ago

This CL introduces the possibility to run multi-parameter Utility analysis with different noise_kind and partition_selection_strategy.

dvadym commented 1 year ago

Thanks for review! I've update the PR description