Pipelines

Details and available algorithms

See the API documentation for further details of using pipelines:

etna.pipeline.autoregressive_pipeline.AutoRegressivePipeline(...)

Pipeline that make regressive models autoregressive.

etna.pipeline.base.FoldMask(...)

Container to hold the description of the fold mask.

etna.pipeline.hierarchical_pipeline.HierarchicalPipeline(...)

Pipeline of transforms with a final estimator for hierarchical time series data.

etna.pipeline.pipeline.Pipeline(model[, ...])

Pipeline of transforms with a final estimator.

etna.pipeline.assembling_pipelines.assemble_pipelines(...)

Create pipelines with broadcasting from models, transforms and horizons.