opendp / smartnoise-sdk

Tools and service for differentially private processing of tabular and relational data
MIT License
254 stars 68 forks source link

Smartnoise SQL samples update #561

Closed oskarkocol closed 1 year ago

oskarkocol commented 1 year ago

Addressing https://github.com/opendp/smartnoise-sdk/issues/560

  1. Updating the reference to the datasets
  2. Make the notebooks easy to run in the browser without the need to clone the repo
  3. Adding links to Kaggle and Colab

image

Open questions for the reviewer:

  1. I added contents of https://github.com/opendp/smartnoise-sdk/blob/main/sql/samples/policy_laplace.py into the Laplace Notebook. Are we ok with deleting policy_laplace.py?
  2. Do we want to have notebooks committed to the repo with or without the cell output? Similar examples maintained by Google do not have any output (Vertex AI example). This PR not include cell outputs. Current notebooks do contain cell outputs.