set_predict: Resampling Prediction Control

View source: R/TrainingParams.R

set_predictR 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 predict.

...

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)


brian-j-smith/MachineShop documentation built on Sept. 22, 2023, 10:01 p.m.