thekingofkings / chicago-crime

Crime correlation anaysis
MIT License
11 stars 3 forks source link

Use python statsmodel to replace R in the inference pipeline #16

Closed thekingofkings closed 7 years ago

thekingofkings commented 7 years ago

The statsmodels (0.6.1) now supports the Negative Binomial family in the generalized linear mode.

Try to replace the R implementation for model training with this library.

thekingofkings commented 7 years ago

Done!