This function decides which looper (a functional like lapply) to run. This function does not affect global state.
set_looper_(progress_bar = FALSE, parallel = FALSE)
progress_bar | A logical vector of length one; specifies whether to display a progress bar during calculations. Defaults to FALSE. |
---|---|
parallel | A logical vector of length one; specifies whether to run calculations in parallel. Defaults to FALSE. |
The looper to use depending on progress bar and whether to run in parallel or not.
Other setters: set_categorical_variables
,
set_column_names
, set_cores
,
set_dependent_variable
,
set_independent_variables
,
set_looper
, set_measure
,
set_parallel
,
set_plot_model_performance
,
set_plot_predictions
,
set_preprocess
,
set_random_state
,
set_resample