cmu-delphi / epipredict

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

refactor: consistent default for trainer arg #317

Closed dshemetov closed 2 months ago

dshemetov commented 2 months ago

Checklist

Please:

Change explanations for reviewer

arx_fcast_epi_workflow() and arx_class_epi_workflow() now default to trainer = parsnip::logistic_reg() to match their more canned versions.

Magic GitHub syntax to mark associated Issue(s) as resolved when this is merged into the default branch

dshemetov commented 2 months ago

Allowed trainer = NULL again 👍