QData / spacetimeformer

Multivariate Time Series Forecasting with efficient Transformers. Code for the paper "Long-Range Transformers for Dynamic Spatiotemporal Forecasting."
https://arxiv.org/abs/2109.12218
MIT License
808 stars 191 forks source link

using own dataset #96

Open KKindom opened 4 months ago

KKindom commented 4 months ago

With some pretty simple changes we can do things like read N + k variables (with k additional sources of information) and still only predict N.

Could you elaborate more what these simple changes are? Would they work in a setup where N is unavailable?