Tracy Teal
07/01/2024, 10:26 PMTracy Teal
07/01/2024, 10:27 PMZakrisson, Henning <Zakrisson.Henning@bcg.com>
Hi! I am a data scientist looking into using transformer-based time series models and am currently looking into TimeGPT.
As a small test I tried using it to forecast a simple SARIMA model which is virtually deterministic. I tried both with and without fine-tuning (100 steps) and as a benchmark I also tried simply passing the data to ChatGPT and asking it to complete the sequence. These are my results:
Which to me looks surprisingly bad and made me wonder if I am doing something wrong. The time series should be incredibly easy to forecast, and is very similar to the airline passenger set you include as an example in your quick start guide.
I attached a simple python script to reproduce my results – can you spot any issues with how I am setting this up?
Tracy Teal
07/01/2024, 10:27 PMTracy Teal
07/01/2024, 10:27 PMYibei
07/01/2024, 10:46 PMh
or set model=timegpt-1-long-horizon
Tracy Teal
07/02/2024, 11:18 PMI understand that, but as you can see in the image, the accuracy is quite poor even for short horizons and this does not change when I adjust the horizon to only predict values that are closer into the future. Also, the horizon is not even as long as the one in your quickstart example, which is a very, very, similar problem to this.
So, just to be clear: the accuracy I am seeing is expected?
Yibei
07/02/2024, 11:19 PMYibei
07/03/2024, 12:27 AMTracy Teal
07/03/2024, 12:33 AM