Learn R Programming

RemixAutoML (version 0.4.2)

ID_TrainingDataGenerator2: ID_TrainingDataGenerator2 for subsetting data

Description

ID_TrainingDataGenerator2 for subsetting data for the IntermittentDemandBootStrapper() function.

Usage

ID_TrainingDataGenerator2(
  data,
  TargetVariableName = NULL,
  Level = NULL,
  GroupingVariables = NULL,
  DateVariableName = NULL,
  RandomStartDate = NULL,
  TimeUnit = NULL,
  TargetWindow = NULL
)

Arguments

data

Source data

TargetVariableName

vector of variable names

Level

The individual level of your group variable

GroupingVariables

Your grouping variables

DateVariableName

Name of your date variable

RandomStartDate

The date to partition the data

TimeUnit

This is the TimeUnit you selected for aggregation

TargetWindow

The length of the target window sampled

Value

Returns two data sets for the IntermittentDemandBootStrapper() function based on a single level from the grouping variables.

See Also

Other Feature Engineering Helper: AutoFourierFeatures(), ID_BuildTrainDataSets(), ID_MetadataGenerator(), ID_TrainingDataGenerator()