ID_TrainingDataGenerator2 for subsetting data for the IntermittentDemandBootStrapper() function.
ID_TrainingDataGenerator2(
data,
TargetVariableName = NULL,
Level = NULL,
GroupingVariables = NULL,
DateVariableName = NULL,
RandomStartDate = NULL,
TimeUnit = NULL,
TargetWindow = NULL
)
Source data
vector of variable names
The individual level of your group variable
Your grouping variables
Name of your date variable
The date to partition the data
This is the TimeUnit you selected for aggregation
The length of the target window sampled
Returns two data sets for the IntermittentDemandBootStrapper() function based on a single level from the grouping variables.
Other Feature Engineering Helper:
AutoFourierFeatures()
,
ID_BuildTrainDataSets()
,
ID_MetadataGenerator()
,
ID_TrainingDataGenerator()