|
|
|
|
|
by sirgawain33
2334 days ago
|
|
I was curious how this application approached privacy budget management (e.g. how the privacy parameter ε is accounted for over multiple searches), but, flipping through the source, this application doesn't appear to use Differential Privacy at all. The anonymization approach implemented is "generalization". Here's a test showing the outputs this app would produce: https://github.com/abe-winter/arbout/blob/master/test/test_d... |
|