View source: R/TrainingParams.R
set_predict | R Documentation |
Set parameters that control prediction during resample estimation of model performance.
set_predict(
object,
times = numeric(),
distr = character(),
method = character(),
...
)
object |
control object. |
times , distr , method |
arguments passed to |
... |
arguments passed to other methods. |
Argument object
updated with the supplied parameters.
resample
, set_monitor
,
set_optim
, set_strata
CVControl() %>% set_predict(times = 1:3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.