Nothing
Code
set.seed(1)
res <- f_wflow %>% tune_race_anova(cell_folds, grid = grid_mod, control = control_race(
verbose_elim = TRUE))
Message
i Evaluating against the initial 3 burn-in resamples.
i Racing will maximize the roc_auc metric.
i Resamples are analyzed in a random order.
i Fold3, Repeat1: 2 eliminated; 2 candidates remain.
i Fold2, Repeat2: All but one parameter combination were eliminated.
The number of resamples (2) needs to be more than the number of burn-in resamples (3) set by the control function `control_race()`.
The number of resamples (2) needs to be more than the number of burn-in resamples (3) set by the control function `control_race()`.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.