|
finn_forecast <- forecast_time_series( Hello, can you provide an example like this using a multivariate model xgboost/arima-boost/prophet-boost? Thank you! |
Answered by
mitokic
Jun 21, 2022
Replies: 1 comment
|
You can either set More information on all models used in Finn can be found on the documentation site. |
0 replies
Answer selected by
mitokic
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can either set
models_to_run = NULLto run all models in Finn, including multivariate models like xgboost. Or you can specifically call out models you want ran instead of running all of them by doing something likemodels_to_run = c("glmnet", "xgboost", "cubist", "arima-boost").More information on all models used in Finn can be found on the documentation site.