You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 requiresBinaryLabelDataset
datasets as arguments.So how can I pass a
MulticlassLabelDataset
object to these methods?The text was updated successfully, but these errors were encountered: