what-if-tool icon indicating copy to clipboard operation
what-if-tool copied to clipboard

Cant use fairness solution for regression so In that case How to mitigate the bias for the regression model?

Open Akankshaw opened this issue 2 years ago • 1 comments
trafficstars

Akankshaw avatar Jan 29 '23 15:01 Akankshaw

I'd recommend looking at your model's performance sliced by different subgroups of the dataset to see on which groups the model is performance best/worst at. And then trying to find more training data in those areas of concern to get a better trained model.

In general, fairness evaluation for regression models is not as simple as binary classification, as many of the techniques and analysis depend on having a positive and negative class to investigate. Another approach is to turn your regression problem into a classification problem and using the binary classification fairness tools to understand more about your model in that context.

jameswex avatar Jan 30 '23 14:01 jameswex