pfehlinger / risk_adjustment_model

Python implementation of Healthcare Risk Adjustment Models
MIT License
2 stars 0 forks source link

Refactored model.py to only contain BaseModel and moved MedicareModel to medicare_model.py #33

Closed pfehlinger closed 3 months ago

pfehlinger commented 3 months ago

In anticipation of adding the ACA model to this repository, breaking model.py into another file to contain the MedicareModel class. This makes for easier editing and would enable the creation of a "commercial_model.py" file to house the commercial model.