Hi guys, Has the foundation model got updated duri...
# timegpt
x
Hi guys, Has the foundation model got updated during past few weeks? I got different results when I run the same code.
m
Yes, some updates were made in the last couple of weeks, so that's probably why you might have slightly different results.
x
is there a way to check what are the updates? the results I got is much worser than before
I am using timegpt-1-long-horizon
c
what frequency is your data?
x
15 minutes
and prediction horizon is 1 day
I have to pass freq='15T', because there is a few missing timestamps in the data
m
hey @Xinrui Shao keep in mind that the data can't have missing timestamps nor missing values (NA). You can learn more about this requirement here.
x
@Mariana Menchero is this a new requirement? Could this be the reason why I got much worse results than before?
m
no, the requirement about missing timestamps and values isn’t new (what's new is the tutorial). To be honest, I'm not sure why you're getting worse results, but if possible, please share your use case with us privately so we can help you further.