The current implementation of the EDF metric only returns a single scalar value summarizing fairness across protected attributes. For intersectional analysis it would be highly valuable to identify which combinations of attribute groups contribute most to the maximum log-ratio.
Extend the metric so that it returns:
- The pair(s) of attribute groups that produce the max log ratio.
- A breakdown of all/top X group combinations and their respective log-ratios.
The current implementation of the EDF metric only returns a single scalar value summarizing fairness across protected attributes. For intersectional analysis it would be highly valuable to identify which combinations of attribute groups contribute most to the maximum log-ratio.
Extend the metric so that it returns: