BillyG
BillyG

Reputation: 1

How to handle multivariate data with varying time lengths in an LSTM?

The dataset I have is a medical dataset, where measurements were taken at 6 month intervals. Now I want the model to predict 5 years into the future. However there are a lot of subjects that only have for example the first three years of 6 month interval data. How do I still use this data to build a LSTM where the objective is to forecast a value 5 years into the future? Do I have to do something with padding and masking?

Thank you

Upvotes: 0

Views: 67

Answers (0)

Related Questions