Nothing
seasonal_period
within prep_models()
for more control over multiple seasonal periods in models like tbatstarget_log_transformation
within prep_data()
, since box_cox
has now replaced it for automated power transformationsmultistep_horizon
within prep_data()
prep_data()
to FALSEarimax
, which uses engineered features in addition to any external regressors supplied.list_models()
, that lists available models in the package forecast_time_series()
, added new sub components of the finnts forecast process that can be called separately or in a production pipeline. Allows for more control of the forecast processprep_data()
prep_models()
train_models()
ensemble_models()
final_models()
get_trained_models()
, get specific run information thorough get_run_info()
, and even retrieve the initial feature engineered data through get_prepped_data()
.run_model_parallel
has been replaced with inner_parallel
within forecast_time_series()
forecast_time_series()
. Instead please use get_forecast_data()
to retrieve Finn forecast outputs.set_run_info()
. Please refer to the vignettes for more details.Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.