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

Stability Mechanism -- Implementation #116

Closed
3 tasks done
andrewvyrros opened this issue Jun 17, 2021 · 3 comments
Closed
3 tasks done

Stability Mechanism -- Implementation #116

andrewvyrros opened this issue Jun 17, 2021 · 3 comments
Labels
Effort 2 - Medium 🍪 Used for estimation
Milestone

Comments

@andrewvyrros
Copy link
Member

andrewvyrros commented Jun 17, 2021

  • Implement function
  • Include comments
  • Write tests

(The title of this is not great, not sure what to call it. This is for make_base_stability(), the Measurement that calculates noisy counts via stability.)

@andrewvyrros andrewvyrros added this to the 0.1.0-M3 milestone Jun 17, 2021
@andrewvyrros andrewvyrros added this to Needs Discussion in OpenDP Development via automation Jun 17, 2021
@andrewvyrros
Copy link
Member Author

Issue for proof is in #117.

@Shoeboxam
Copy link
Member

Shoeboxam commented Jun 17, 2021

The measurement itself is implemented. The output is a HashMap<K, C>, where K is the released category and C the noisy count for that category. We need a way to return hashmaps over FFI.

@andrewvyrros
Copy link
Member Author

In the interest of granularity, let's call this done. I've opened #125 for the HashMap data loader.

OpenDP Development automation moved this from Needs Discussion to Done Jun 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Effort 2 - Medium 🍪 Used for estimation
Projects
Archived in project
Development

No branches or pull requests

2 participants