Trusted-AI / AIF360

A comprehensive set of fairness metrics for datasets and machine learning models, explanations for these metrics, and algorithms to mitigate bias in datasets and models.
https://aif360.res.ibm.com/
Apache License 2.0
2.46k stars 840 forks source link

PrejudiceRemover and MetaFairClassifier inprocess bias mitigation algorithms with Multiclass classification #441

Open pradeepdev-1995 opened 1 year ago

pradeepdev-1995 commented 1 year ago

How to use PrejudiceRemover and MetaFairClassifier in-process bias mitigation algorithm with a multiclass classification dataset? Is it possible or does it only accepts BinaryLabelDataset?