Need Help with Time Series Forecasting: Indexing Data by Date and Route #1561
Unanswered
niloofar17
asked this question in
Q&A - get help using NeuralProphet
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone ,
@ourownstory
I'm currently working on a time series forecasting project and facing a challenge with indexing my data. I'd appreciate some guidance or clarification on how to approach this.
My issue is that I cannot solely index my data by datetime; it also needs to be indexed by date and another factor, specifically the route. Here's a bit more context:
In my use case, I'm aiming to predict the number of passengers per airline route. This means that every day, there are multiple flights to multiple routes, resulting in multiple rows of data for the same date. However, using datetime alone as the index doesn't capture the uniqueness of each route's passenger count for a given day.
Could someone please advise on how I can properly index my data to address this challenge? Any suggestions or corrections to my understanding would be greatly appreciated. is the NeuralProphet cable for handling combined index(date_route).
Thank you in advance for your assistance!
Niloofar
Beta Was this translation helpful? Give feedback.
All reactions