KimMeen / Time-LLM

[ICLR 2024] Official implementation of " 🦙 Time-LLM: Time Series Forecasting by Reprogramming Large Language Models"
https://arxiv.org/abs/2310.01728
Apache License 2.0
1.29k stars 221 forks source link

Long-term Forecasting Target #92

Closed jp-guo closed 4 months ago

jp-guo commented 4 months ago

Thanks for your great work!

In the ETT datasets, the target shoule be the oil temperature (OL), but in the repo I find that Time-LLM seems to predict all 7 features in a single-to-single manner. Also the feature category is not part of the input. So Time-LLM seems to hypothesize that all 7 features are from the same distribution. Is this the same setting with other baseline methods? Your paper claim that OL is the only target feature.