Learn R Programming

MachineShop (version 3.1.0)

set_predict: Resampling Prediction Control

Description

Set parameters that control prediction during resample estimation of model performance.

Usage

set_predict(x, times = NULL, distr = NULL, method = NULL)

Arguments

x

control object.

times, distr, method

arguments passed to predict.

Value

Argument x updated with the supplied parameters.

See Also

set_monitor, set_strata, resample, SelectedInput, SelectedModel, TunedInput, TunedModel

Examples

Run this code
# NOT RUN {
CVControl() %>% set_predict(times = 1:3)

# }

Run the code above in your browser using DataLab