You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've already have features in our forecasts. And we shoud use them for our metamodel. Some features definitely should boost total score (segment class or daytime feature, for example)
ToBe:
🚀 Feature Request
StackingEnsemble is a class that combines results from several Pipelines.
It uses meta model for combination.
The logic of this Ensemble follows https://scikit-learn.org/stable/modules/generated/sklearn.ensemble.StackingRegressor.html#sklearn.ensemble.StackingRegressor
Motivation
Make Ensembles in etna-ts even more useful
Proposal
Because we need to train our meta model we ought to use backtest.
The algorithm is assumed to be as follows:
In case where Pipeline1 and Pipeline2 have different horizon parameter, StackingEnsemble should return error saying that horizons should be equal.
Test cases
No response
Alternatives
No response
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: