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

Renaming utility_analysis_new folder to analysis #379

Closed dvadym closed 1 year ago

dvadym commented 1 year ago

This PR contains the following changes:

  1. utility_analysis_new directory was renamed to analysis
  2. analysis/dp_engine.py was renamed to analysis/utility_analysis_engine.py (which is more correct, since this file contains UtilityAnalysisEngine class not DPEngine)
dvadym commented 1 year ago

Thanks, I've renamed PR