Michael Shoemate
Michael Shoemate
Support for the R language is a very common request! There is a stub R library I wrote in this private repo here: https://github.com/opendp/smartnoise-core-R
We need benchmarks to assess the execution time of the library components. - If bounds are set in the geometric mechanism, does it actually run in constant-time? - Similarly for...
We need a system for building latex documents as part of the build process for the documentation. This would allow us to deploy the proofs alongside the library documentation. Depends...
Many CSV files are written out with quoted columns. When `make_split_dataframe` runs, it doesn't remove these quotes. This can lead to surprise quotes in your columns and failed casting. Misc...
It would be nice to have a transformation from a csv path to a DataframeDomain of String columns. Some considerations: - need to add a strange CsvPathDomain, and define dataset...
There's an exponential mechanism we could easily port from previous work on SmartNoise-Core. It would have to sit behind the "floating-point" flag. This might be too difficult for a first...
Some queries depend on simple 1-stable mathematical transformations: - log - abs - negate - etc There have also been some suggestions by Marco Gaboardi about integrating a more general...
Samplers should have tests to ensure the distribution of answers emitted by the impls are reasonable.
Placeholder issue. This is still somewhat experimental.