ihmeuw-msca / regmod

General regression models.
BSD 2-Clause "Simplified" License
5 stars 3 forks source link

0.2.0: remove data class #65

Closed zhengp0 closed 1 year ago

zhengp0 commented 1 year ago

This is a big change, we removed the Data class and let the Model class to directly work with DataFrame. The composite_models sub-package is probably not working right now, we will plan to fix it once we finish the overhaul on the other basic components.