Is NeuralForecast able to handle "duplicates" of dates? #439
meteoDaniel
started this conversation in
General
Replies: 2 comments 2 replies
-
Here is a visualisation of available forecasts that can be used! Ignore the colors. I think expanding the timeseries to use all forecasts is the reason why it works better than sliciing the forecasts. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @meteoDaniel, We currently make a distinction between For the moment, I have two suggestions/work-arounds:
Let me know your thoughts :) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear nixtla community,
I am actually screening your documentation and there is a very specific requirement from our use case so I hope you are able to help me.
In this section about the exog. variables you say that future variable can be weather forecast. And this is the case I am dealing with.
But normally weather forecast having a lead time of more than 24 hours which yields to the fact that there are overlapping future time stamps.
At this time we build up numpy arrays with duplicates which works very well in tensorflow lstm compared to just using the most recent 24 hours of the forecast data.
So is it possible to feed in a dataframe with duplicates in the
ds
andy
columns?Thanks a lot for helping my on that point.
Beta Was this translation helpful? Give feedback.
All reactions