Chicago / food-inspections-evaluation

This repository contains the code to generate predictions of critical violations at food establishments in Chicago. It also contains the results of an evaluation of the effectiveness of those predictions.
http://chicago.github.io/food-inspections-evaluation/
Other
410 stars 130 forks source link

Updating download scripts / data cache to be in sync with the model code #100

Closed geneorama closed 6 years ago

geneorama commented 6 years ago

Currently this project downloads data to files with names like DATA/business.Rds. Our internal model project uses names like DATA/11_business.Rds.

I'm bringing the code up to date with the model by changing the data file names and the download scripts.

Also making other incidental changes just to make it easier to sync the two projects.