Open evindor opened 7 months ago
Hi! That is weird indeed, are you doing zero-shot prediction? What is your context length and prediction length?
The images above are from 24-period prediction length and 4*24 context length, fine-tuned for 200 epochs on a dataset ~12,000 series. However, I saw similar behavior with zero-shot, and on varying context lengths with/without rope scaling. Interesting that sometimes the prediction is good, following the pattern, but it is offset for some reason.
I have the same problem, even without fine tuning. This increases CRPS and makes it difficult to compare performance across different context lengths.
Hello and thank you for the model. I'm experimenting with my dataset, and one kind of systematic error I found are charts like below, where the first prediction point is way off the latest known point from the context. I'm wondering what could be the reason for this and if the problem could be alleviated somehow? Many thanks.