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
113 stars 40 forks source link

Model updates #154

Closed bpben closed 6 years ago

bpben commented 6 years ago

This PR contains updates to the model that allows for switching to a segment-level model. It depends on the config file having a value for "level", which is not yet implemented for the config initialization.

I also made some minor tweaks to the risk_map so I could use it more easily.