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

Implement constraints on predicted prevalence (demographic parity) #42

Open
3 tasks
AndreFCruz opened this issue Sep 15, 2022 · 0 comments
Open
3 tasks
Labels
enhancement New feature or request Important

Comments

@AndreFCruz
Copy link
Contributor

AndreFCruz commented Sep 15, 2022

Summary

We should enable creating group-wise constraints on the percentage of positive predictions (a.k.a., predicted prevalence).

This enables the popular Demographic Parity fairness metric.

TODO

  • Add constraint_type=PP to the available group-wise constraint options;
  • Implement gradient descent on proxy predicted prevalence metrics;
  • Add the same PP constraint type for global constraints
    • This would be a constraint on maximum alert rate -> quite useful for our in-house use cases

EDIT

Minor notes for the future PP constraint implementation:
83de2426-ea6e-4308-9f0d-5ddc3b001580.pdf

@AndreFCruz AndreFCruz added enhancement New feature or request Important labels Sep 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Important
Projects
None yet
Development

No branches or pull requests

1 participant