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

Question: Can you use the PrejudiceRemover with an MLP? #509

Open rydeveraumn opened 9 months ago

rydeveraumn commented 9 months ago

Hello,

I looked through the source code and paper and it seems set in stone that the PrejudiceRemover utilizes a Logistic Regression. However, I thought I might ask if there is a way to be able to use it with an MLP? Thank you in advance.