| set_predict {MachineShop} | R Documentation |
Resampling Prediction Control
Description
Set parameters that control prediction during resample estimation of model performance.
Usage
set_predict(
object,
times = numeric(),
distr = character(),
method = character(),
...
)
Arguments
object |
control object. |
times, distr, method |
arguments passed to |
... |
arguments passed to other methods. |
Value
Argument object updated with the supplied parameters.
See Also
resample, set_monitor,
set_optim, set_strata
Examples
CVControl() %>% set_predict(times = 1:3)
[Package MachineShop version 3.7.0 Index]