Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Akankshaw opened this issue Jan 29, 2023 · 1 comment

Comments

@Akankshaw
Copy link

No description provided.

@jameswex
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants