# NOT RUN {
Results <- AutoH2oDRFCARMA(data,
TargetColumnName = "Target",
DateColumnName = "Date",
GroupVariables = c("Store","Dept"),
FC_Periods = 52,
TimeUnit = "week",
TargetTransformation = FALSE,
Lags = c(1:5,52),
MA_Periods = c(1:5,52),
CalendarVariables = TRUE,
HolidayVariable = TRUE,
TimeTrendVariable = TRUE,
DataTruncate = FALSE,
ZeroPadSeries = "all",
SplitRatios = c(1-2*30/143,30/143,30/143),
EvalMetric = "MAE",
GridTune = FALSE,
ModelCount = 1,
NTrees = 1000,
PartitionType = "timeseries",
MaxMem = "32G",
NThreads = max(1, parallel::detectCores() - 2),
Timer = TRUE)
Results$TimeSeriesPlot
Results$Forecast
Results$ModelInformation$...
# }
Run the code above in your browser using DataLab