pfehlinger / risk_adjustment_model

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

Refactor to use a class to load files for performance #21

Closed pfehlinger closed 7 months ago

pfehlinger commented 7 months ago

Refactor the config changes to include a file loader class to improve performance. This enables a reference file to be loaded once as opposed to be loaded every time a class is instantiated.