Challenge: Fairness through Unawareness
Learn how to implement the simplest unfairness mitigation method, fairness through unawareness.
We'll cover the following...
Implementing fairness through unawareness
In this lesson, we will implement the simplest possible mitigation algorithm: fairness through unawareness. We found that the model can discriminate because of gender
. Why don’t we remove this feature? If the model doesn’t know something, it cannot be unfair because of it. Right? Not quite. ...