cmu-delphi / epipredict

Tools for building predictive models in epidemiology.
https://cmu-delphi.github.io/epipredict/
Other
10 stars 10 forks source link

Prod fixes #408

Closed dsweber2 closed 1 month ago

dsweber2 commented 1 month ago

Checklist

Please:

Change explanations for reviewer

In the process of using both grf_quantile for trees and actually using step_adjust_latency in the context of the flusion dataset, I ran into a number of issues, which this addresses (actually separated by commit, so they're fairly atomic). For step_adjust_latency:

For grf_quantile, I just ran into quantiles that were out of order, filed as https://github.com/cmu-delphi/epipredict/issues/407. For now I'm just dropping the order requirement, and sorting the values. We may want to investigate why it's producing out of order coefficients, or add a check to see if it's actully meaningfully out of order