Skip to content
Tom Schenk Jr edited this page Dec 5, 2017 · 6 revisions

The City of Chicago maintains these wiki pages to track the project development, including future planning and other documents.

Release Plan

v0.5

  • Port of the original code developed by Allstate Insurance

v1.0

  • Refactoring of the 0.5 release.
  • Improve the speed of the code
  • Reduce the need for human interaction during the execution of the code

v1.5 (Public release)

  • Include fully reproducible documentation written in knitr

v1.6

  • Retrieve data from the portal using RSocrata. Dependent on completion of v1.6 of RSocrata.

v2.0.0

Objective

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.

High-level tasks

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.

Clone this wiki locally