PyDP
PyDP copied to clipboard
The Python Differential Privacy Library. Built on top of: https://github.com/google/differential-privacy
It's made based on [PR](https://github.com/OpenMined/PyDP/commit/eadd992310a9606a5772bc99d570f52fafc8ba22)
## Feature Description For research and CI/CD testing purposes, full transparency or determinism w.r.t. random state is often desirable. `differential-privacy` makes a `SeededLaplaceMechanism` available for this purpose, but it looks...
Bumps [mistune](https://github.com/lepture/mistune) from 0.8.4 to 2.0.3. Release notes Sourced from mistune's releases. Version 2.0.2 Fix escape_url via lepture/mistune#295 Version 2.0.1 Fix XSS for image link syntax. Version 2.0.0 First release...
This PR implements wrapper for [QuantileTree](https://github.com/google/differential-privacy/blob/main/cc/algorithms/quantile-tree.h) algorithm from Google C++ DP building block library.
## Description I have written block of code for the function of gaussian mechanism
## Description Due to version dependencies in clang-format, the build is failing. ## How to Reproduce 1. https://github.com/OpenMined/PyDP/runs/7263534839?check_suite_focus=true#step:8:29
## Description Black is failing on python 3.9 all OS types during pytest causing the build to fail. ## How to Reproduce 1. https://github.com/OpenMined/PyDP/runs/7263535015?check_suite_focus=true#step:21:35 ## Additional Context Add any other...
Bumps [lxml](https://github.com/lxml/lxml) from 4.6.3 to 4.9.1. Changelog Sourced from lxml's changelog. 4.9.1 (2022-07-01) Bugs fixed A crash was resolved when using iterwalk() (or canonicalize()) after parsing certain incorrect input. Note...
## Description When we change the SHA version of Google's DP library, we need to change the hash to a bunch of files from pre-reqs to github actions. It has...
## Description When I tried to run the carrets_demo notebook, I was unable to import pydp. ``` --------------------------------------------------------------------------- ImportError Traceback (most recent call last) in ----> 1 import pydp as...