raghav-khanna / Facility-Location-India

MIT License
1 stars 0 forks source link

[Fair Algorithms] Create a histogram of population densities to identify protected groups #18

Open DarkMenacer opened 10 months ago

DarkMenacer commented 10 months ago

Description

All fairness algorithms have some notion of a protected group based on the sensitive attribute. In case of facility location, the sensitive attribute is population density. To find the exact range of population densities that belong to one protected group, Bell's curve and z score can be leveraged.

To Do

From the dataset available in the repository, a histogram can be plotted based on population density. It is expected that, if right scale and ranges are chosen, a normal distribution would be obtained. Once the normal distribution is obtained, ± k z's should naturally output the protected groups

Example

Screenshot 2023-10-29 at 01 09 13