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.
Cet exercice fait partie du cours
Data Privacy and Anonymization in Python
Exercice interactif pratique
Essayez cet exercice en complétant cet exemple de code.
# Budget accountant with epsilon of 0.1
acc = ____