We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1338bae commit 5ba690cCopy full SHA for 5ba690c
1 file changed
README.md
@@ -68,7 +68,11 @@ pip install -r src/requirements.lock
68
```
69
You can now download and synthesize datasets!
70
```bash
71
+# Download adult and perform 1-time actions (bootstrap; unzipping adult.zip)
72
pasteur download --accept adult
73
+pasteur bootstrap adult
74
+# Ingest the dataset, then the view that's derived from it and finally run
75
+# synthesis using privbayes
76
pasteur ingest_dataset adult
77
pasteur ingest_view tab_adult
78
pasteur pipe tab_adult.privbayes
0 commit comments