Hello,
I have a dataset format X_train/test and y_train/test of Time Series that are not the same length and feature, for example:
X contain N time series of length T
Y contain N time serie of length 5
I need the featured in X help me to predict the next 5 values at step +1
The value in Y are also in X + some more feature.
How can I adress this issue (if it possible) ?
Hello,
I have a dataset format X_train/test and y_train/test of Time Series that are not the same length and feature, for example:
X contain N time series of length T
Y contain N time serie of length 5
I need the featured in X help me to predict the next 5 values at step +1
The value in Y are also in X + some more feature.
How can I adress this issue (if it possible) ?