Closed idhamari closed 1 year ago
I have solved this by using:
budget_left = partial_dp_obj.__getattribute__("epsilon")
However, I don't get the same result as the example! every time the value is 1.0
Thank you for reporting this @idhamari! Let us look into why this is happening.
Hi @idhamari, in the previous release of pydp, we had removed the support of function privacy_budget_left
. More on it here: a88ee73053aa2bdc1be327a77109dd5907ab41d6
From this example: https://github.com/chinmayshah99/pricon20/blob/master/Part_3.ipynb
AttributeError: 'BoundedSum' object has no attribute 'privacy_budget_left'