fairnessforensics / wiggum

simpson's paradox inspired fairness forensics
https://fairnessforensics.github.io/wiggum/
MIT License
5 stars 3 forks source link

strength of ranks #68

Open brownsarahm opened 5 years ago

brownsarahm commented 5 years ago

currently uses kendall tau between the trend and the sort by the data sorted by the statfeature (goes to feat1). maybe should be something related to confidence interval? how can that generalize for more than 2?

for two it uses % of confidence interval that is shared.

cegme commented 5 years ago

@brownsarahm Can you drop the code snippet for the current implementation?

brownsarahm commented 5 years ago

For binary ranking: lines 98-102

For multiple ranking lines 237 -294