Get startedGet started for free

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.

This exercise is part of the course

Data Privacy and Anonymization in Python

View Course

Hands-on interactive exercise

Have a go at this exercise by completing this sample code.

# Budget accountant with epsilon of 0.1
acc = ____
Edit and Run Code