# NOT RUN {
Results <- AutoXGBoostCARMA(data,
TargetColumnName = "Target",
DateColumnName = "DateTime",
GroupVariables = NULL,
FC_Periods = 30,
TimeUnit = "week",
TargetTransformation = FALSE,
Lags = c(1:5),
MA_Periods = c(1:5),
CalendarVariables = FALSE,
HolidayVariable = TRUE,
TimeTrendVariable = FALSE,
DataTruncate = FALSE,
ZeroPadSeries = "all",
SplitRatios = c(0.7, 0.2, 0.1),
TreeMethod = "hist",
NThreads = max(1, parallel::detectCores()-2),
EvalMetric = "MAE",
GridTune = FALSE,
GridEvalMetric = "mape",
ModelCount = 1,
NTrees = 1000,
PartitionType = "timeseries",
Timer = TRUE)
Results$TimeSeriesPlot
Results$Forecast
Results$ModelInformation$...
# }
Run the code above in your browser using DataLab