step_modeimpute: Impute nominal data using the most common value

View source: R/deprec-impute_mode.R

step_modeimputeR Documentation

Impute nominal data using the most common value

Description

[Deprecated]

Please use step_impute_mode() instead.

Usage

step_modeimpute(
  recipe,
  ...,
  role = NA,
  trained = FALSE,
  modes = NULL,
  ptype = NULL,
  skip = FALSE,
  id = rand_id("impute_mode")
)

topepo/recipes documentation built on Sept. 19, 2024, 4:13 a.m.