If model selection is to be abstracted out of the model training procedure, there needs to be a way to enumerate the candidate models. A potential approach is parsing ?, for example:
ARIMA(y ~ pdq(p = ?0:5, d = ?0:2, q = ?0:5)) and ETS(y ~ error(?c("N", "A", "M")).
If model selection is to be abstracted out of the model training procedure, there needs to be a way to enumerate the candidate models. A potential approach is parsing
?, for example:ARIMA(y ~ pdq(p = ?0:5, d = ?0:2, q = ?0:5))andETS(y ~ error(?c("N", "A", "M")).