I was wondering if your library supports training models on multiple time-series (global models) as in the Darts library.
In the Data Inputs documentation it says that unique_id allows to idenfify each time-series in the dataset. However, I couldn't find information about how these time-series are treated under the hood in the model training process. Particullary, I'd like to know if multiple individual models are trained for each time-series (identified by unique_id) or if a single global model is trained for all the time-series in the dataset.
Description
Hi everyone, thanks for this amazing work!
I was wondering if your library supports training models on multiple time-series (global models) as in the Darts library.
In the Data Inputs documentation it says that
unique_id
allows to idenfify each time-series in the dataset. However, I couldn't find information about how these time-series are treated under the hood in the model training process. Particullary, I'd like to know if multiple individual models are trained for each time-series (identified byunique_id
) or if a single global model is trained for all the time-series in the dataset.Looking forward to your reply.
Link
No response