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