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

fix to description of usage of public partitions #397

Closed cahlheim closed 1 year ago

cahlheim commented 1 year ago

Description

This PR fixes the description of how to use public partititions. The code has been updated to pass public_partitions to dp_enging.aggregate, but the description still referred to the Params class.

Affected Dependencies

List any dependencies that are required for this change.

How has this been tested?

Checklist

review-notebook-app[bot] commented 1 year ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB