dp_cgans
dp_cgans copied to clipboard
How to control the privacy budget
As we set the private = True, in your source code it only calculates the privacy budget. How can we control the privacy budget? By adding a if statement?
Hi, you can give the exact number to the privacy parameter such as 0.1, 0.001, etc (the smaller privacy budget, the more privacy protect you give). Thanks