-
Notifications
You must be signed in to change notification settings - Fork 131
Home
The City of Chicago maintains these wiki pages to track the project development, including future planning and other documents.
- Port of the original code developed by Allstate Insurance
- Refactoring of the 0.5 release.
- Improve the speed of the code
- Reduce the need for human interaction during the execution of the code
- Include fully reproducible documentation written in knitr
- Retrieve data from the portal using RSocrata. Dependent on completion of v1.6 of RSocrata.
Purpose of the v2.0.0 release is to consolidate the number of public and private repositories required to run this project.
This code is being given the v2.0.0 moniker since it'll likely not be backward compatible.
The evaluation code is public code which represents a generalized version of the code that runs the daily model. In reality, the evaluation is simply a special case of the model. The code should reflect this.
The application code is a Shiny app that's too "baked-in" to the model to be released separately. This is a simple application, so a model-view-controller framework should be the objective.
The REPORTS
folder should be reduced and the journal article broken-out to a separate repository.