Skip to content

Can I train on more than one time series? #16

@arthurwolf

Description

@arthurwolf

In the examples in the code, it looks like I can only feed it one time series (contrary to say a tensorflow neural net, where I feed it many time series).

What if my dataset is something like:

  • Series 1: 1,2,3,300
  • Series 2: 4,5,6,600
  • Series 3: 10,11,12,1200

How do I get this library to provide useful predictions?

Would just "stitching"/concatenating the series together into a single series work? That somehow feels wrong.

Thanks for anyone with any idea about this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions