You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
main.py, baseline.py and proportional.py contain our CSP, random allocation, and proportional allocation code, which take in the data from the census (in data folder) and output to respective csv files.
running evaluation_main.py will display the results of our various models on our evaluation metrics.
adjacency.json and adjacency.py use the publicly available tract census data to determine which tracts in a certain county are neighbors. This was used for our CSP adjacency constraint.