WardBrian / scikit-stan

A sklearn style interface to Stan regression models
https://scikit-stan.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
25 stars 0 forks source link

Move model loading into utilities #20

Closed WardBrian closed 2 years ago

WardBrian commented 2 years ago

This moves some code out of GLM and into a new module utils.stan. This should make it easier to add other models going forward without duplicating code.