supported_fc_methods_uni_var
returns all available models for univariate forcasting.
supported_fc_methods_multi_var
returns all available models for multivariate forcasting.
1 2 3 |
supported_fc_methods_uni_var() |
c("basic", "linear", "holt_winters", "bats", "ets", "arima", "nn", "prophet", "tree", "forest", "ensemble", "svm", "recursive", "kalman", "fforma) |
supported_fc_methods_multi_var() |
c("linear", "arima", "nn", "prophet", "tree", "forest", "svm", "recursive") |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.