#论文笔记 #MLfairness On how to measure discrimination: "a methodology for analytically quantifying explainable
and illegal discrimination: conditional discrimination-aware classification." By Kamiran, F., Žliobaitė, I., & Calders, T. (2013). Quantifying explainable discrimination and removing illegal discrimination in automated decision making. Knowledge and information systems, 35, 613-644.
3.3 Mesuaring discrimination in classification. Measuring it is to determine, which part of this difference is explainable by program, and which part is due to
illegal discrimination, that is, the difference in the probabilities as a sum of the explainable and
illegal discrimination
D_all = D_expl + D_illegal.
See Table 3: the decision
making is biased in favor of males, P(+|m, ei) > P(+|f, ei), where ei is a program.
See Formula (4), the formal definition of the explainable discrimination is the difference between acceptance
of males and females.