NEWS.md
multistep_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 packageforecast_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 processget_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.