# NOT RUN {
Results <- AutoCatBoostCARMA(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),
TaskType = "GPU",
EvalMetric = "MAE",
GridTune = FALSE,
GridEvalMetric = "mae",
ModelCount = 1,
NTrees = 1000,
PartitionType = "timeseries",
Timer = TRUE)
Results$TimeSeriesPlot
Results$Forecast
Results$ModelInformation$...
# }
Run the code above in your browser using DataLab