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

Add back some specific imports taken out in pylint #175

Closed j-t-t closed 5 years ago

j-t-t commented 5 years ago

since pylint doesn't want us to do * imports, I took those out, but apparently didn't add back the imports that train_model needed

codecov[bot] commented 5 years ago

Codecov Report

Merging #175 into master will decrease coverage by 0.04%. The diff coverage is 0%.

@@            Coverage Diff             @@
##           master     #175      +/-   ##
==========================================
- Coverage   39.93%   39.88%   -0.05%     
==========================================
  Files          26       26              
  Lines        2677     2680       +3     
==========================================
  Hits         1069     1069              
- Misses       1608     1611       +3