Skip to content
Discussion options

You must be logged in to vote

Hi @anonymous-engineering! Sorry for the late reply.

By global model, we mean that the same model (only one set of weights) is used for all the time series (distinguished by the unique_id column) in your dataset. The actual values of the unique_id column are not used at all by the models to learn any specific characteristic for a group of ids (like the difference between t-shirts and electronics). If you want separate models for each group, you need to set separate pipelines and select the relevant set of time series in each dataset (not recommended in general for deep-learning models). The best solution to learning different dynamics for each group is to add static exogenous variables, f…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by philip-ndikum
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants