ComeçarComece de graça

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.

Este exercício faz parte do curso

Data Privacy and Anonymization in Python

Ver curso

Exercício interativo prático

Experimente este exercício completando este código de exemplo.

# Budget accountant with epsilon of 0.1
acc = ____
Editar e executar o código