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

GeometricDistribution and fixed LaplaceDistribution #205

Closed BenjaminDev closed 4 years ago

BenjaminDev commented 4 years ago

Description

  1. Added GeometricDistribution and fixed LaplaceDistribution.
  2. Added more tests (I'm still unsure how we should be testing these bindings current coverage is poor)
  3. Added sphinx style docstrings to all functions I touched. These can be used to generate docs. PR for sphinx setup coming.
  4. Updated the git submodule sha to match docker and setup scripts.

Affected Dependencies

None.

How has this been tested?

Checklist

chinmayshah99 commented 4 years ago

Creating an issue for the test that fails #213