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.
The
sl3
package provides a way to add interaction variables to the task viaadd_interactions()
. However, probably easier to modify03_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.