When no budget is left
What happens if a query were to exceed the privacy budget specified in your accountant?
In this exercise, we will create a Privacy Budget Accountant acc
and calculate the private average of reading scores from the students' performance dataset loaded as reading_scores
. This operation will exceed the privacy budget.
The BudgetAccountant
class has already been loaded.
Diese Übung ist Teil des Kurses
Data Privacy and Anonymization in Python
Interaktive Übung
Versuche dich an dieser Übung, indem du diesen Beispielcode vervollständigst.
# Budget accountant with epsilon of 0.1
acc = ____