smartnoise-samples
smartnoise-samples copied to clipboard
Code samples and documentation for SmartNoise differential privacy tools
Update ReadME to mark the repository as deprecated and point to the OpenDP lib and SmartNoise-SDK!!
Bumps [numpy](https://github.com/numpy/numpy) from 1.19.1 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...
- [x] docs link - [ ] pending: where should these docs go: https://opendp.github.io/smartnoise-core/
- remove/update links for documentation
Google doc: https://docs.google.com/document/d/1k6t6M-653EELWweigvt_L10M0AsyP2Qm3jVfq-tn6OU/edit
I just had a meeting where I got stuck trying to find the SQL notebooks! I mistook `data` for a folder that contained datasets. I think `sql` is a more...
Bumps [jupyterlab](https://github.com/jupyterlab/jupyterlab) from 2.2.9 to 2.2.10. Commits 87fff87 New version 8b88bd1 update canvas version to allow build d5e3649 Merge pull request from GHSA-4952-p58q-6crx 9a8dadf Publish 2.2.9 51fe0db bump version See...
Re-test analysis notebooks with latest pypi - https://github.com/opendp/smartnoise-samples/tree/master/whitepaper-demos - add appropriate actions/CI for future tests --- - [x] 2-reidentification-attack.ipynb - [x] 3-histogram-sample.ipynb - [x] 4-ml-dp-classifier.ipynb - [ ] 5-ml-synthetic-data.ipynb -...
https://github.com/opendp/smartnoise-samples/blob/master/whitepaper-demos/5-ml-synthetic-data.ipynb In the cell with `def QuailSynth(epsilon)`: Complains because epsilon is now a required param. Adding epsilon to the `PyTorchDPSynthesizer` and the gan clears that error, but then the code...