How does selection_rate_group_summary decide the cutoff value when we pass the output of a mitigated model to it in fairlearn module.
The selection rate in one of our data is really high all the time while using the function which is unnatural.
How does selection_rate_group_summary decide the cutoff value when we pass the output of a mitigated model to it in fairlearn module.
The selection rate in one of our data is really high all the time while using the function which is unnatural.
There is no cutoff value.
selection_rate_group_summarysimply collects selection rates for all groups and overall.Example:
Similarly, if we have lots and lots of samples and the numbers get very large, this still works (no cutoff):
If you meant something else please update the question or write a message to the community on Gitter