tidymodels / finetune

Additional functions for model tuning
https://finetune.tidymodels.org/
Other
62 stars 8 forks source link

note initial resampling when `verbose_elim = TRUE` #76

Closed simonpcouch closed 8 months ago

simonpcouch commented 1 year ago

With verbose_elim = TRUE in racing, nothing is printed until the candidate models are resampled 3 times. This can make it feel like the verbosity setting "didn't work." It may be worth printing something from the get-go affirming that eliminations will be logged once the models are resampled 3x. :)