You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use data in the time LSTM, such as the time TLSTM1 and TLSTM2. I have a lot of different time series data that looks like:
Name | Time | X | STD_X | TimeDiff
Where each item 'Name' has 25 - 100 observations over time. A seperate time-series.
STD_X is the standard deviation of the observation
TimeDiff is the time inbetween measurements.
I don't understand how to bring this data into the TLSTM. What is the structure of the data that is needed? What do I change in the code?
Thanks!
The text was updated successfully, but these errors were encountered:
Hello,
I am trying to use data in the time LSTM, such as the time TLSTM1 and TLSTM2. I have a lot of different time series data that looks like:
Name | Time | X | STD_X | TimeDiff
Where each item 'Name' has 25 - 100 observations over time. A seperate time-series.
STD_X is the standard deviation of the observation
TimeDiff is the time inbetween measurements.
I don't understand how to bring this data into the TLSTM. What is the structure of the data that is needed? What do I change in the code?
Thanks!
The text was updated successfully, but these errors were encountered: