Trusted-AI / AIF360

A comprehensive set of fairness metrics for datasets and machine learning models, explanations for these metrics, and algorithms to mitigate bias in datasets and models.
https://aif360.res.ibm.com/
Apache License 2.0
2.46k stars 840 forks source link

Implement wasserstein fairness postprocessing #358

Open nrkarthikeyan opened 2 years ago

nrkarthikeyan commented 2 years ago

Implement algorithm 2 in http://proceedings.mlr.press/v115/jiang20a/jiang20a.pdf - a simple and efficient post-processing fairness method

nrkarthikeyan commented 2 years ago

A simplified example is here: https://gist.github.com/nrkarthikeyan/5727af2fc3d32aaec0ace1a1542bba17 This uses the original dataset instead of the barycenter as suggested in the algorithm but may be a good first cut.

Nikitha-Narendra commented 1 year ago

I would like to work on this issue