-
Hi, thanks for the great work!
We are using the smartnoise libraries (both smartnoise-sql and recently also smartnoise-synth) in our Lomas project (https://github.com/dscc-admin-ch/lomas/tree/maste…
-
## Issue Description
I run a scrip performing a series of operations to test the accuracy and privacy of two of the available data synthesis methods: DPGAN vs PATECTGAN. (script : `run_comparison.py`…
-
Hi all!
I am one of the [smartnoise-sdk](https://github.com/opendp/smartnoise-sdk) maintainers (part of the [OpenDP collaboration](https://github.com/opendp)). Specifically, I work on differentially …
-
In `analysis/tutorial_mental_health_in_tech_survey.ipynb` I can't get beyond
```
import opendp.smartnoise.core as sn
```
I can provide the full logs, but the abbreviated version is
```
F…
-
Transforms are now capable of generating metadata, which introduces a dependency between smartnoise-sql and smartnoise-synth. These packages should be able to be independently installed. A possible …
-
from @joshua-oss:
> when doing reservoir sampling [SmartNoise SDK], we use the database engine's randomness (built in rand() or random() function) to draw uniform random. This probably doesn't mak…
-
- Depends on #337
----
Port samples covariance notebook: https://github.com/opendp/smartnoise-samples/blob/master/analysis/covariance.ipynb
-
- For people using OpenDP, SmartNoise, etc. what is the proper citation format, e.g. for academic papers
-
from @andrewvyrros:
> Seems like a nice usability thing. Mike shared with MS half a year ago. Stumbling block for ppl new to dp. Like an easy way to use some budget to let the system figure out m…
-
While trying to understand the smartnoise-sql code, I found that having Python type hints in place would have been useful. Given it's hacktoberfest, if I find the time, I might try adding some myself.…