differential-privacy
differential-privacy copied to clipboard
Google's differential privacy libraries.
Receiving following error after running "bazel build differential_privacy/…" /differential-privacy/differential_privacy/base/testing/BUILD:38:1: C++ compilation of rule '//differential_privacy/base/testing:status_matchers' failed (Exit 2) cl : Command line error D8021 : invalid numeric argument '/Wno-sign-compare' INFO: Elapsed...
Bumps [numpy](https://github.com/numpy/numpy) from 1.21.0 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
Suggestion: Simple composition of `pld1`, `pld2` can now be expressed using `pld1 + pld2`, `k`-fold self-compositition as `k * pld1`. This allows for easy-to-read construction of complex PLD compositions, e.g.,...
## Problem Description Downstream libraries or academic researchers using `differential-privacy` may desire to implement deterministic tests or substitute an alternative source of randomness, e.g., external random source. However, RNG and...
Hello all, I'm just playing with the DP support in ZetaSQL to prototype a kind of wrapper to a SQL data warehouse with DP. I'm quickly hitting out of memory...
As a Go developer, I expect to be able to take a working directory using `go.mod` and run commands like the following to generate a valid BUILD.bazel file and update...
It would be great to have an implementation of DP for Rust, ideally implemented in Rust natively, or, failing that, an FFI wrapper around the C++ implementation. We could use...
Compiling the C++ library currently requires the use of Bazel. Most people outside Google use CMake instead. It would be good to add support for CMake.
In reviewing the source code, it is not clear which variables refer to private data and which refer to privitized data. I suggest that you clearly distinguish these in the...