wiz_add_predictors: Function to add predictors before fixed_start.

Description Usage

View source: R/add_predictors.R

Description

Function to add predictors before fixed_start.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
wiz_add_predictors(
  wiz_frame = NULL,
  variables = NULL,
  category = NULL,
  lookback = lubridate::hours(48),
  window = lookback,
  stats = c(mean = mean, min = min, max = max),
  impute = TRUE,
  output_file = TRUE,
  log_file = TRUE,
  check_size_only = FALSE,
  last_chunk_completed = NULL
)

ML4LHS/wizard documentation built on May 31, 2021, 1:24 a.m.