OpenMined / PyDP

The Python Differential Privacy Library. Built on top of: https://github.com/google/differential-privacy
Apache License 2.0
507 stars 138 forks source link

Reorganization of Carrots Demo #214

Closed chinmayshah99 closed 4 years ago

chinmayshah99 commented 4 years ago

Where?

Where are you looking to add documentation? Which file? Which feature?

Who?

Who is your audience for this documentation issue?

What?

The current demo https://github.com/OpenMined/PyDP/blob/dev/examples/1.1%20-%20Introductions%20to%20PyDP.ipynb is just a bunch of code and the underlying readme. We want to integrate them into this notebook.

The motivation is we are gonna add a bunch of tutorials so this just makes it simpler

So our folder structure would look like:

tutorial1
  |- tutorial1.ipynb 
  |- file1.py
  |- data.csv
tutorial2
  |- tutorial2.ipynb 
  |- file2.py
  |- data2.csv

https://github.com/google/differential-privacy/blob/main/examples/cc/README.md

Additional Context

Add any other context about the problem here.

ghost commented 4 years ago

I want to work on this

ghost commented 4 years ago

PR opened