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

How to use multiple discrete time series for model training #688

Open
taylornelsonbluecargo opened this issue Jul 27, 2023 · 1 comment
Open

Comments

@taylornelsonbluecargo
Copy link

Hi,

I'm looking to train on multiple datasets which are temporal but all start at time 0 and proceed for some amount of time. I can't stack these time series together because each is a different event to conflate them would ruin the predictive capability of any model afaik. I want to train across several thousand samples of variable time length. I'm not sure how to do this with flow forecast or if you could point me in the right direction that would be helpful.

This is analogous to training on a subset of stock data. I have 10 stocks for 1 day time series each should have discrete training as they have underlying variables which differ. Any advice would be helpful happy to share the csvs I am working with. Thanks!

@isaacmg
Copy link
Collaborator

isaacmg commented Jul 30, 2023

Could you give a sample of the data? You could train a model for each, concat them all together/do multi targets or you could use a series id that you pass in for each. If I'm understanding your question. properly.

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

2 participants