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

Refactor CoreEstimator Class for Code Reuse and to Reduce Clutter #9

Open alizma opened 2 years ago

alizma commented 2 years ago

Now that additional models are being added, lots of code is being reused. Method arguments, constants, and interfacing should all be improved for cleanliness and modularity.