OpenMined / PyDP

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

Added argument names for delta/eps in GaussianMechanism.__init__ #398

Closed dvadym closed 2 years ago

dvadym commented 2 years ago

Along the way small polishing were done 1.Removed commented code 2.Removed GetUniformDouble (which is not needed to be exposed)