insight-lane / crash-model

Build a crash prediction modeling application that leverages multiple data sources to generate a set of dynamic predictions we can use to identify potential trouble spots and direct timely safety interventions.
https://insightlane.org
MIT License
112 stars 40 forks source link

Point based additions #262

Closed j-t-t closed 5 years ago

j-t-t commented 5 years ago

Changed the way we handle concerns. Now they are point-based features, so took out all the concern specific stuff, and updated the relevant config files

Also added the first pass of config class to simplify things.

codecov[bot] commented 5 years ago

Codecov Report

Merging #262 into master will increase coverage by 1.92%. The diff coverage is 53.52%.

@@            Coverage Diff             @@
##           master     #262      +/-   ##
==========================================
+ Coverage   58.27%   60.19%   +1.92%     
==========================================
  Files          32       32              
  Lines        3281     3163     -118     
==========================================
- Hits         1912     1904       -8     
+ Misses       1369     1259     -110