#' AutoFourierFeatures
AutoFourierFeatures(
data,
FourierPairs = NULL,
FCPeriods = NULL,
Time_Unit = NULL,
TargetColumn = NULL,
DateColumn = NULL,
GroupVariable = NULL,
xregs = NonGroupDateNames
)
The source data
A number indicating the max number of fourier pairs that will be built
Number of periods
Agg level
The name of your target column
The name of your date column
The name of your group variable
Extra data to merge in
Other Feature Engineering Helper:
ID_BuildTrainDataSets()
,
ID_MetadataGenerator()
,
ID_TrainingDataGenerator2()
,
ID_TrainingDataGenerator()