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

Add Missing Data Info to Given Embeddings #30

Closed jakegrigsby closed 2 years ago

jakegrigsby commented 2 years ago

Code used for the second version of the paper. Only meaningful change is that null values in the dataset now have a given embedding of False/0, which makes that embedding layer a little more useful.