AIF360
AIF360 copied to clipboard
Unable to replicate MetaFairClassifier notebook
The predicted labels and scores in MetaFairClassifier need to be transposed to be (n, 1) instead of (1, n):
https://github.com/IBM/AIF360/blob/master/aif360/algorithms/inprocessing/meta_fair_classifier.py#L87-L88
I tried to fix this and the associated notebook but I was unable to replicate the results even after undo-ing the changes.
could you maybe share the piece of code which triggers the issue @hoffmansc ?