| Uh... it's all right there in your link, across several sections that analyze specific parts of the data. > Black defendants are 45% more likely than white defendants to receive a higher score correcting for the seriousness of their crime, previous arrests, and future criminal behavior. > Women are 19.4% more likely than men to get a higher score. > Most surprisingly, people under 25 are 2.5 times as likely to get a higher score as middle aged defendants. > The violent score overpredicts recidivism for black defendants by 77.3% compared to white defendants. > Defendands under 25 are 7.4 times as likely to get a higher score as middle aged defendants. > [U]nder COMPAS black defendants are 91% more likely to get a higher score and not go on to commit more crimes than white defendants after two year. > COMPAS scores misclassify white reoffenders as low risk at 70.4% more often than black reoffenders. > Black defendants are twice as likely to be false positives for a Higher violent score than white defendants. > White defendants are 63% more likely to get a lower score and commit another crime than Black defendants. Calling out one specific section that doesn't show bias doesn't magically exonerate the rest. |
The algorithm is biased if it's giving the wrong score due to race or redundantly encoded race. To show that the algorithm is biased, you need to show that (score, race) pairs are more predictive than (score, ) singletons.
Line [36] and [46] both attempt to address this question. The only one of these which is statistically significant is "race_factorOther:score_factorHigh" in line [46].
The other things you bring up are interesting, but do not show bias. At best they show disparate impact which isn't remotely the same thing.