Description Usage
View source: R/wizard_internal.R
New furrr-enabled add_predictors function Internal only
1 2 3 4 5 6 7 8 9 10 11 12 13 14
wiz_add_predictors_internal( wiz_frame = NULL, variables = NULL, category = NULL, lookback = lubridate::hours(48), window = lookback, stats = c(mean = mean, min = min, max = max), impute = TRUE, output_file = TRUE, log_file = TRUE, check_size_only = FALSE, filename_prefix = "", ... )
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.