Skip to content

Add a dedicated pipeline for forecasting #708

Description

@rtavenar

A pattern that is often seen in modern forecasting models is:

  1. scale the input data
  2. predict
  3. un-scale the predictions using the statistics computed by the scaler at step 1

I think such a pipeline cannot be implemented using sklearn's Pipeline class alone, so maybe we should ship it with tslearn?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions