-
If we have an exponential mechanism that takes in a vector of scores (#324), we could add an aggregator for quantile utilities. The transformation could behave as follows--
```
input_domain: Vecto…
-
Hey hey,
Inspired by the recent updates https://github.com/opendp/smartnoise-sdk/pull/558 to the documentation, I want to highlight couple of problems with the example notebooks in the `smartnoise-…
-
I'm trying to do a query that computes the`STDDEV` of a float column. I'm getting intermittent `RuntimeWarning: invalid value encountered in sqrt` and a resulting standard deviation that is NaN. I thi…
-
Similar to SmartNoise, [whitepapers](https://github.com/opendp/smartnoise-core/tree/develop/whitepapers/accuracies) should be included in this repository. Previously both PDF and .tex formats were sav…
-
I'm setting one of my tables to have a non-default `max_ids`, and hitting the following error
```
File "long-path-is-long\lib\site-packages\snsql\sql\private_reader.py", line 338, in _get_mechanis…
-
After we have a reasonable version of #199, we should look at converting the remaining SmartNoise notebooks to use OpenDP directly.
Ready:
- [x] https://github.com/opendp/opendp/issues/332
- [x] …
-
Hello,
If you install the lib from scratch today, it gives error on basically any SQL query it tries to execute.
See the error below.
According to [this issue](https://github.com/pandas-dev/pan…
-
I have a datetime column from which I would like to extract the year part. I've tried a few different ways, all of which are valid (Postgre)SQL queries, but they all run afoul of SmartNoise SQL's pars…
-
Move emails as shown:
https://docs.google.com/spreadsheets/d/1YnOtvQkql4880kk2jhFXlW5isj3NXcqiLEs90RAJ8Is/edit#gid=0
(admin task, doesn't actually belong to this repo)
- [x] add logo to open…
-
Is there a reason why required python versions are set to strictly less than 3.11?. I can easily work around this by using 3.10.6, but I am wondering whether support for 3.11 is coming soon.
(Just…