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

Post processing bias mitigation methods with Multi class classification scenario #442

Open
pradeepdev-1995 opened this issue Jan 30, 2023 · 0 comments

Comments

@pradeepdev-1995
Copy link

How to use the Post processing bias mitigation methods such as Reject Option Classification ,Calibrated Equalized Odds post processing,Equalized Odds post processing with multi-class classification dataset?
In the documentation, it says that the fit method requires BinaryLabelDataset datasets as arguments.

Args:
            dataset_true (BinaryLabelDataset): Dataset containing true `labels`.
            dataset_pred (BinaryLabelDataset): Dataset containing predicted
                `scores`.

So how can I pass a MulticlassLabelDataset object to these methods?

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

1 participant