Ensembles

Details of ETNA Ensembles

See the API documentation for further details on ensembles:

etna.ensembles.direct_ensemble.DirectEnsemble(...)

DirectEnsemble is a pipeline that forecasts future values merging the forecasts of base pipelines.

etna.ensembles.mixins.EnsembleMixin()

Base mixin for the ensembles.

etna.ensembles.stacking_ensemble.StackingEnsemble(...)

StackingEnsemble is a pipeline that forecast future using the metamodel to combine the forecasts of the base models.

etna.ensembles.voting_ensemble.VotingEnsemble(...)

VotingEnsemble is a pipeline that forecast future values with weighted averaging of it's pipelines forecasts.