Official implementations of the algorithms proposed in paper "Multi-Output Distributional Fairness via Post-Processing"
Credit: The code is built on the package "Free-Support-Barycenters"
git clone git@github.com:GangLii/TAB.git
pip install POT pandas numpy scipy matplotlib scikit-learn
We provide two examples to show how to apply our algorithms to post-processing. Please refer to Toy Example.ipynb
and Example for CelebA.ipynb
for details.