DAMO-DI-ML / NeurIPS2023-One-Fits-All

The official code for "One Fits All: Power General Time Series Analysis by Pretrained LM (NeurIPS 2023 Spotlight)"
459 stars 63 forks source link

Why one bach for only predict one channel data? #22

Open annmusic opened 9 months ago

annmusic commented 9 months ago

So how to use multivariate predict univariate?

PSacfc commented 9 months ago

In the setting of channel-independence, there is no interaction with other covariates. The current version cannot use predict multivariate predict univariate. In future work, we will introduce the relationship with covariates.