ID_TrainingDataGenerator for subsetting data for the IntermittentDemandBootStrapper() function.
ID_TrainingDataGenerator(
data,
Type = "timetoevent1",
TargetVariableName = NULL,
Level = NULL,
DateVariableName = NULL,
GroupingVariables = NULL,
RandomStartDate = NULL,
TimeUnit = NULL,
TargetWindow = NULL
)
Source data
"timetoevent1", "eventinwindow1"
Name of the variables to run feature engineering on. List the actual target variable name first.
The individual level of your group variable
Name of your date variable
Your grouping variables
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_TrainingDataGenerator2()