Description Usage Arguments Value
Find the best model between the implemented one: 'base', 'snaive', 'ets', arima'. The best model is the one with the lowest residuals
1 | get_best_model(ts_data, train_window)
|
ts_data |
(dataframe): an events dataframe |
train_window |
(numeric): the number of days prior to the last observation to use for training |
a list with model_name, model_fit and standard_error base', # base is currently disabled
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.