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.
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.
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.