control_last_fit {tune} | R Documentation |
Control aspects of the last fit process
Description
Control aspects of the last fit process
Usage
control_last_fit(verbose = FALSE, event_level = "first", allow_par = FALSE)
Arguments
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). |
Details
control_last_fit()
is a wrapper around control_resamples()
and is meant
to be used with last_fit()
.