thuml / iTransformer

Official implementation for "iTransformer: Inverted Transformers Are Effective for Time Series Forecasting" (ICLR 2024 Spotlight), https://openreview.net/forum?id=JePfAI8fah
https://arxiv.org/abs/2310.06625
MIT License
1.33k stars 226 forks source link

Can you write a tutorial on how to use ITransformer to run custom datasets? #23

Closed liujian123223 closed 1 year ago

liujian123223 commented 1 year ago

Your work is very beautiful. Running the dataset corresponding to the DEMO you provided is very simple, but I don't know how to run a custom dataset (such as household energy consumption data, where each sample has only one variable, which is the overall energy consumption value). I hope you can provide a tutorial. Thank you!

WenWeiTHU commented 1 year ago

Hello, a related issue https://github.com/thuml/iTransformer/issues/22. You may have a discussion on this!