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

Add upper bound into frequency bin of a histogram. #486

Closed RamSaw closed 10 months ago

RamSaw commented 10 months ago

Add upper bound into the frequency bin data class that is stored in histograms. It is necessary because histograms omit empty bins and therefore taking next bin won't provide information about the size of the current bin.