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.pipeline.Pipeline(model[, ...])

Pipeline of transforms with a final estimator.