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

5.1.1 Automatic bounds determination implementation #265

Open
sakkumar opened this issue Apr 20, 2024 · 0 comments
Open

5.1.1 Automatic bounds determination implementation #265

sakkumar opened this issue Apr 20, 2024 · 0 comments

Comments

@sakkumar
Copy link

Hi team,
I am trying to find the implementation of algorithm mentioned section 5.1.1 Automatic bounds determination of paper in JAVA.

Lines from the paper
"This differs from standard workflows, and more importantly, it requires prior knowledge of the data that an analyst might not have. To remove this hurdle, we designed an aggregation function which can be sequentially composed with our previously introduced ε DP functions to automatically compute bounds that minimize accuracy loss. Call this function APPROX_BOUNDS(col)."

I am looking at the ApproximateBounds implementation but it requires a parameter maxContributionBound which analysts do not have any idea. Is there any other implementation of approximate bound wherein it doesn't require maxContributionBound value and implicitly determines it in a differentially private manner to find approximate bound for a column?

I might have asked similar question in past but once again reframing here for clarity.

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

No branches or pull requests

1 participant