Skip to content

Add option to keep submodel forecasts after creating ensemble #3

Open
@tonyk7440

Description

Is there an option to also keep the submodel forecasts in the output when forecasting using an ensemble?

At the moment I'm currently doing something like

# Put both the submodels and ensemble into the table
ensemble_tbl <- submodel_table %>% 
  add_modeltime_model(ensemble_fit_glmnet)

It works, but is pretty much duplicating the whole forecasting time duration.

I had a look through this repos modeltime_forecast function and I see the forecasts are made but not kept, I was thinking of adding a flag in those forecast functions to keep_submodel_forecasts, what do you think?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions