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

Remove quantiles strategy #483

Closed RamSaw closed 1 year ago

RamSaw commented 1 year ago

Quantiles strategy which means picking up top 5 quantiles showed poor results, worse then constant relative step strategy. Therefore we remove it. From now on we will use only constant relative step strategy.