OpenMined / PyDP

The Python Differential Privacy Library. Built on top of: https://github.com/google/differential-privacy
Apache License 2.0
500 stars 138 forks source link

Updated carrots example #354

Closed Rishabhc711 closed 3 years ago

Rishabhc711 commented 3 years ago

Description

The carrots example is the simplest one which explains the users about the basic functionalities of PyDP. This PR updated the example with latest functions of PyDP and Added other Bounded functions like that of Min, BoundedStandardDeviation, BoundedVariance, Percentile etc, which also includes breif explaination about the significance of bounds in bounding functions.

This PR aims to resolve issue #211.

Affected Dependencies

None

How has this been tested?

The updations and the code worked fine on Jupyter Notebook and the output was correct in all aspects.

Checklist

review-notebook-app[bot] commented 3 years ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

chinmayshah99 commented 3 years ago

Closing due to inactivity.