control_last_fit | R Documentation |
Control aspects of the last fit process
control_last_fit(verbose = FALSE, event_level = "first", allow_par = FALSE)
verbose |
A logical for logging results (other than warnings and errors,
which are always shown) as they are generated during training in a single
R process. When using most parallel backends, this argument typically will
not result in any logging. If using a dark IDE theme, some logging messages
might be hard to see; try setting the |
event_level |
A single string containing either |
allow_par |
A logical to allow parallel processing (if a parallel backend is registered). |
control_last_fit()
is a wrapper around control_resamples()
and is meant
to be used with last_fit()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.