How to apply local differential privacy
to specific categorical values in order to perform some analysis? Does there exist a tool?
For example, I have the following dataset.
email address
0 exampleemail1 exampleadress1
1 exampleemail2 exampleadress2
From this dataset, I take as output some results
After the injection of statistical noise, I want to have the following dataset
email address
0 noise exampleadress1
1 exampleemail2 exampleadress2
From this dataset,
I take as output also some results.
In the end, I want to compare my new results to the previous one.
I am looking at different libraries such as pydp
or pipeline dp
but cannot find an example
In fact I want to apply LDP to every PII in my dataset