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 l0 and linf for count #278

Closed chinmayshah99 closed 4 years ago

chinmayshah99 commented 4 years ago

Description

Fixes #276 Added l0 and linf as arguments that can be taken underneath Count().

How has this been tested?

Checklist