fair-classification icon indicating copy to clipboard operation
fair-classification copied to clipboard

Python code for training fair logistic regression classifiers.

Results 4 fair-classification issues
Sort by recently updated
recently updated
newest added

I am trying to reproduce the disparate mistreatment experiments. There are no guidelines, I am missing: - Python version. To reproduce the envieronment. - Python packages. To install with pip...

I noticed that there is a file fair-classification/utils.py to implement disparate impact fairness. How can we utilize this code to build fair logistic regression in case of multi-group fairness, for...

Hi, I used this code for a university seminar and liked it a lot. So I thought I therefore add some simple cleanup, typo commits, which make it easier, when...