step_bagimpute: Impute via bagged trees

View source: R/deprec-impute_bag.R

step_bagimputeR Documentation

Impute via bagged trees

Description

[Deprecated]

Please use step_impute_bag() instead.

Usage

step_bagimpute(
  recipe,
  ...,
  role = NA,
  trained = FALSE,
  impute_with = imp_vars(all_predictors()),
  trees = 25,
  models = NULL,
  options = list(keepX = FALSE),
  seed_val = sample.int(10^4, 1),
  skip = FALSE,
  id = rand_id("impute_bag")
)

recipes documentation built on July 4, 2024, 9:06 a.m.