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 average predictive value difference metric #376

Closed nrkarthikeyan closed 2 years ago

nrkarthikeyan commented 2 years ago

See eqn 10.4 in http://trustworthymachinelearning.com/trustworthymachinelearning-10.htm

First priority is to do this for sklearn compatible version and then for "classic" version.