Skip to content

food-inspections-evaluations-v1.0

Compare
Choose a tag to compare
@geneorama geneorama released this 09 Dec 21:29
· 195 commits to master since this release

This release represents a major refactoring of the 0.5 release.

The main goals were to

  • Improve communication of results
  • Decrease run time
  • Improve the reproducibility of results.

Specific steps taken in this release include:

  • A github pages report was created that summarizes results in a formatted user friendly way.
  • A reports folder has been added that allows users to view complied html output, and to view the code that was used to generate the output.
  • The steps of the process have been broken out into numbered scripts that are numbered in roughly sequential order, where each script represents a logical group of steps in the model process.
  • Each script starts with an initialization to improve reproducibility
  • The data.table package has been incorporated throughout to improve performance and readability.
  • Each function has been moved to a separate file.
  • Many of the original scripts were made into functions.
  • The original results obtained in version 0.5 were obtained in version 1.0.