DP Wizard guides the user through the application of differential privacy. After selecting a local CSV, users are prompted to describe to the anlysis they need. Output options include:
- A Jupyter notebook which demonstrates how to use OpenDP.
- A plain Python script.
- Text and CSV reports.
usage: dp-wizard [-h] [--csv CSV_PATH] [--contrib CONTRIB] [--demo]
options:
-h, --help show this help message and exit
--csv CSV_PATH Path to CSV containing private data
--contrib CONTRIB How many rows can an individual contribute?
--demo Use generated fake CSV for a quick demo