Learn R Programming

RemixAutoML (version 0.4.2)

AutoFourierFeatures: AutoFourierFeatures

Description

#' AutoFourierFeatures

Usage

AutoFourierFeatures(
  data,
  FourierPairs = NULL,
  FCPeriods = NULL,
  Time_Unit = NULL,
  TargetColumn = NULL,
  DateColumn = NULL,
  GroupVariable = NULL,
  xregs = NonGroupDateNames
)

Arguments

data

The source data

FourierPairs

A number indicating the max number of fourier pairs that will be built

FCPeriods

Number of periods

Time_Unit

Agg level

TargetColumn

The name of your target column

DateColumn

The name of your date column

GroupVariable

The name of your group variable

xregs

Extra data to merge in

See Also

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