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

[WIP] Wrapper for numerical mechanism class #372

Closed dnabanita7 closed 3 years ago

dnabanita7 commented 3 years ago

This is PyDP's pybind11 wrapper for Google's Numerical Mechanism Class to extend the functionalities and add on our own W.R.T. #373

dnabanita7 commented 3 years ago

All the 3 errors are due to bindings/PyDP/algorithms/distributions.cpp. Because Builder class is not defined.

chinmayshah99 commented 3 years ago

I think we can close this PR now as it was solved by Lev in his PR #380

On Fri, 30 Jul 2021 at 07:46, Nabanita Dash @.***> wrote:

@.**** commented on this pull request.

In WORKSPACE https://github.com/OpenMined/PyDP/pull/372#discussion_r679601103:

@@ -8,6 +8,17 @@ http_archive( urls = ["https://github.com/pybind/pybind11_bazel/archive/26973c0ff320cb4b39e45bc3e4297b82bc3a6c09.zip"], )

+http_archive(

something in the lines of https://stackoverflow.com/questions/65675438/unable-to-find-package-for-bazel-skylib-bzl-library-bzl

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/OpenMined/PyDP/pull/372#discussion_r679601103, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACTTOFPKJCM4SLI4TOPYMLLT2IDPZANCNFSM466ZZROQ .

-- Regards

Chinmay Shah