step_rollimpute {recipes} | R Documentation |
Impute numeric data using a rolling window statistic
Description
Please use step_impute_roll()
instead.
Usage
step_rollimpute(
recipe,
...,
role = NA,
trained = FALSE,
columns = NULL,
statistic = median,
window = 5,
skip = FALSE,
id = rand_id("impute_roll")
)
[Package recipes version 1.1.0 Index]