ccao-data / model-res-avm

Automated valuation model for all class 200 residential properties in Cook County (except vacant land and condos)
GNU Affero General Public License v3.0
20 stars 3 forks source link

Adjust `model_fetch_run()` to optionally fetch input data #233

Open dfsnow opened 2 months ago

dfsnow commented 2 months ago

Currently, in order to run reports you need both the input/ and output/ data to be aligned (matching the metadata of your target run). This can be cumbersome when testing as often the input/ data will have changed since your target run. We should add an option argument to model_fetch_run() that grabs the appropriate data from the DVC cache.