jrgant / FluHospPrediction

R package repository to reproduce the flu hospitalization prediction project results
1 stars 0 forks source link

Add Interactions #12

Closed jrgant closed 4 years ago

jrgant commented 4 years ago

The sl3 package provides a way to add interaction variables to the task via add_interactions(). However, probably easier to modify 03_create_analysis_dataset.R to generate these variables ahead of time and forgo having to specify them during the fitting procedure. Might cut down on some computing time.