business-science / modeltime.ensemble

Time Series Ensemble Forecasting
https://business-science.github.io/modeltime.ensemble/
Other
73 stars 17 forks source link

ensemble_model_spec() %>% add_recipe(recipe_spec) #16

Open Steviey opened 2 years ago

Steviey commented 2 years ago

ensemble_model_spec() %>% add_recipe(recipe_spec)

... Is this a feature request, or could we archive something similar already?

Application: My xgboost-metalearner fails, if a prediction of a submodel fails. With a recipe, we could eliminate/impute NA an NaN entries in submodel_predictions.