|
|
|
|
|
by bethekind
813 days ago
|
|
I played around with timeGPT beta against predicting the sp500 index performance for the next day (not multi variate time series as I couldn't figure out how to get it setup) and trying to use the confidence intervals it generated to buy options was useless at best I can see chronos working a bit better, as it tries to convert trends, and pieces of time series into tokens, like gpt does for phrases. Ie. Stock goes down terribly, then dead cat bounces. This is common. Stock goes up, hits resistance due to existing sell orders, comes down Stock is on stable upward trend, continues upward trend If I can verbalize these usual actions, it's likely chronos can also pickup on them. Once again quality of data trumps all for LLM's, so performance might vary. If you read the paper, they point out a few situations where the LLM is unable to learn a trend, ie. When the prompting time series isn't long enough. |
|