I would like to write an example of SubSample and Aggregate mechanism with the existing restaurant example. Further, I would also like to extend it with "Propose-test-Release". Subsample and aggregate is a great and simple method of attaining privacy by splitting the dataset into smaller datasets computing a query and the aggregating them according to aggregation mechanism(median, α-trimmed mean, etc).
This will first be an example, maybe we can integrate as part of PyDP codebase ?
Feature Description
I would like to write an example of SubSample and Aggregate mechanism with the existing restaurant example. Further, I would also like to extend it with "Propose-test-Release". Subsample and aggregate is a great and simple method of attaining privacy by splitting the dataset into smaller datasets computing a query and the aggregating them according to aggregation mechanism(median, α-trimmed mean, etc).
This will first be an example, maybe we can integrate as part of PyDP codebase ?