Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 667 Bytes

README-PYPI.md

File metadata and controls

20 lines (16 loc) · 667 Bytes

DP Wizard

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

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