OpenMined / PyDP

The Python Differential Privacy Library. Built on top of: https://github.com/google/differential-privacy
Apache License 2.0
497 stars 136 forks source link

RuntimeError: LInf sensitivity has to be positive but is 0 #386

Open spnzig opened 3 years ago

spnzig commented 3 years ago

Getting a runtime error while running private_mean with PyDP

I have a dataframe with multiple columns. Stay is a column with integer values. I want to compute the private mean for the stay column in my dataframe. However I get the below error. image