We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is an increasing interest in estimating bias in terms of Wasserstein-2 distances (or related distances between measures, often computable using optimal-transport algorithms), cf. http://proceedings.mlr.press/v97/gordaliza19a.html (ICML 2019) https://academic.oup.com/imaiai/article-abstract/8/4/817/5586771 (Information and Inference, 2019) https://openreview.net/forum?id=-welFirjMss (NeurIPS 2022) Following some discussions with Rahul Nair (rahul.nair@ie.ibm.com), we would like to contribute a new detector, with the same signature as the original mdss detector of @Adebayo-Oshingbesan: https://github.com/Trusted-AI/AIF360/blob/master/aif360/detectors/mdss_detector.py with Illia Kryvoviaz.
A draft implementation is at: master...Illia-Kryvoviaz:AIF360:master
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
There is an increasing interest in estimating bias in terms of Wasserstein-2 distances (or related distances between measures, often computable using optimal-transport algorithms), cf.
http://proceedings.mlr.press/v97/gordaliza19a.html (ICML 2019)
https://academic.oup.com/imaiai/article-abstract/8/4/817/5586771 (Information and Inference, 2019)
https://openreview.net/forum?id=-welFirjMss (NeurIPS 2022)
Following some discussions with Rahul Nair (rahul.nair@ie.ibm.com), we would like to contribute a new detector, with the same signature as the original mdss detector of @Adebayo-Oshingbesan:
https://github.com/Trusted-AI/AIF360/blob/master/aif360/detectors/mdss_detector.py
with Illia Kryvoviaz.
A draft implementation is at:
master...Illia-Kryvoviaz:AIF360:master
The text was updated successfully, but these errors were encountered: