Probabilistic forecasting #2328
Unanswered
SubhankarGhosh
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have a time series dataset (spatiotemporal, but not an image/video). The dataset is in 3D, where each (x,y,t) coordinate has a numeric value (such as the sea temperature at that location and at that specific point in time). So we can think of it as a matrix with a temporal component. The dataset is similar to this but with just one channel:
Dataset
We need to predict/forecast the future (next few time steps) values for the whole region (i.e., all x,y coordinates in the dataset) along with the uncertainty.
Can you all suggest any architecture/approach that would suit my purpose well? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions