Replies: 1 comment 4 replies
-
I don't think I understand exactly what you're asking. Can you define what "same feature at different locations," "differ slightly from each other," and "incomplete data" mean? I think a Multitask GP model is exactly what you're looking for, and the Multitask GP tutorial should show you how to make predictions on previously unseen test inputs. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have a few hundred time-series observations across 100 days from the same feature at different locations. Each of those observations differ slightly from each other by follow the same general trend.
From these I'm trying to build a model to forecast a second set of incomplete data (50 days worth) to estimate their change over time over the missing 50 days.
Is a MultitaskGPModel correct for this application? If yes, how could I actually input that incomplete data into a trained model and receive the forecast?
I did find a single similar question that someone has asked in the past (#985) however I can't seem to make that work.
Beta Was this translation helpful? Give feedback.
All reactions