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.
Currently the read.socrata function used in the download steps is relying on a branch which has been deleted. The current CRAN version of read.socrata uses different function arguments than those that were used in the aforementioned branch. So, the download scripts need to be updated.
The crime script needs to have the burglary only filter added to the query string. The other data sets are not filtered in any way, and those downloads should be more straight forward.
Currently the
read.socrata
function used in the download steps is relying on a branch which has been deleted. The current CRAN version ofread.socrata
uses different function arguments than those that were used in the aforementioned branch. So, the download scripts need to be updated.The crime script needs to have the burglary only filter added to the query string. The other data sets are not filtered in any way, and those downloads should be more straight forward.