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

(Refactoring) Split histograms.py file and move to a separate dir #438

Closed dvadym closed 1 year ago

dvadym commented 1 year ago

This PR contains:

  1. histograms.py is split in
    • histogram.py (histogram definition and computations from histograms)
    • computing_histograms.py computing histograms in pipelinelines
      1. Those files are moved to dataset_histograms directory

This is beneficial, since histograms.py is getting larger.