OpenMined / PyDP

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

Added setting of l0 and linf sensitivity #217

Closed chinmayshah99 closed 4 years ago

chinmayshah99 commented 4 years ago

Description

Allows to set l0 and linf sensitivity as a get set property

Also, moved stddev and lambda in distribution to read_only property

Fixes #195

How has this been tested?

Checklist