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