Learn R Programming

RemixAutoML (version 0.5.0)

DifferenceDataReverse: DifferenceDataReverse

Description

DifferenceDataReverse reverses the difference

Usage

DifferenceDataReverse(
  data,
  ScoreData = Forecasts$Predictions,
  LastRow = DiffTrainOutput$LastRow$Weekly_Sales,
  CARMA = FALSE,
  TargetCol = TargetColumnName,
  FirstRow = DiffTrainOutput$FirstRow,
  GroupingVariables = NULL
)

Arguments

data

Pre differenced scoring data

ScoreData

Predicted values from ML model

LastRow

The last row from training data target variables

CARMA

Set to TRUE for CARMA utilization

TargetCol

Target column name

FirstRow

The first row of the target variable

GroupingVariables

Group columns

See Also

Other Feature Engineering: AutoDataPartition(), AutoDiffLagN(), AutoHierarchicalFourier(), AutoInteraction(), AutoLagRollStatsScoring(), AutoLagRollStats(), AutoTransformationCreate(), AutoTransformationScore(), AutoWord2VecModeler(), AutoWord2VecScoring(), ContinuousTimeDataGenerator(), CreateCalendarVariables(), CreateHolidayVariables(), DT_GDL_Feature_Engineering(), DifferenceData(), DummifyDT(), H2OAutoencoderScoring(), H2OAutoencoder(), ModelDataPrep(), Partial_DT_GDL_Feature_Engineering(), TimeSeriesFill()