AIF360
AIF360 copied to clipboard
Add Equalized Odds Postprocessing to Sklearn-Compatible Version
Implement Equalized Odds Postprocessing in the sklearn-compatible version of the toolkit.
For reference, see how Calibrated Equalized Odds Postprocessing is implemented currently in the sklearn-compat side of aif360.
Need to investigate the difference with #379, possible duplicate. Should run tests to compare results with 'equalized_odds' version of ThresholdOptimizer.
I think we should prioritize the other issue first since it seems to be a superset of the functionality.