Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 519 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 519 Bytes

Food-Planning-Model

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.