DifferenceDataReverse reverses the difference
DifferenceDataReverse(
data,
ScoreData = Forecasts$Predictions,
LastRow = DiffTrainOutput$LastRow$Weekly_Sales,
CARMA = FALSE,
TargetCol = TargetColumnName,
FirstRow = DiffTrainOutput$FirstRow,
GroupingVariables = NULL
)
Pre differenced scoring data
Predicted values from ML model
The last row from training data target variables
Set to TRUE for CARMA utilization
Target column name
The first row of the target variable
Group columns
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()