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

Refactor or remove propagate_volume #322

Open bpben opened 4 months ago

bpben commented 4 months ago

Propagate_volume has a lot of code with hard-coded values designed for Boston. It has no tests and it'd be difficult to write them. Either we need to remove it from the pipeline or refactor to have a more general approach to volume. I think it might make sense to just sync this up with the other point based feature workflow, since it should have the same characteristics.