powered by
Set parameters that control prediction during resample estimation of model performance.
set_predict( object, times = numeric(), distr = character(), method = character(), ... )
Argument object updated with the supplied parameters.
object
control object.
arguments passed to predict.
predict
arguments passed to other methods.
resample, set_monitor, set_optim, set_strata
resample
set_monitor
set_optim
set_strata
CVControl() %>% set_predict(times = 1:3)
Run the code above in your browser using DataLab