Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DP-EBM] Question regarding range R and sensitivity #523

Open
Jogima-cyber opened this issue Mar 24, 2024 · 0 comments
Open

[DP-EBM] Question regarding range R and sensitivity #523

Jogima-cyber opened this issue Mar 24, 2024 · 0 comments

Comments

@Jogima-cyber
Copy link

Hello,
It appears that the range $R$ is defined to be $\max_i y_i - \min_i y_i$ in the code:

However with this definition of $R$ it seems to me that the sensitivity $\sum_{b \in S_{\ell}} \sum_{x_i \in \hat{H}_k (b)} y_i$ isn't $R$. Instead, it appears to be $\max\left(\max_i|y_i|, \max_i y_i - \min_i y_i\right)$. When writing the sensitivity in the case when the two samples that are different are in two different splits, one of each being $S_l$:
Capture d’écran 2024-03-24 à 12 59 37

In this case, by taking $\max_i y_i=10000$ and $\min_i y_i=9000$ we would have $R=1000$ but the sensitivity goes up to $10000$.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant