# NOT RUN {
ParallelAutoARIMA(
MetricSelection = "MAE",
Output = NULL,
MaxRunsWithoutNewWinner = 20,
TrainValidateShare = c(0.50,0.50),
MaxNumberModels = 5,
MaxRunMinutes = 5,
NumCores = max(1L, min(4L, parallel::detectCores())))
# }
Run the code above in your browser using DataLab