You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: