Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
arthurwolf opened this issue Dec 14, 2022 · 0 comments
Open

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

arthurwolf opened this issue Dec 14, 2022 · 0 comments

Comments

@arthurwolf
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant