input several time series
Closed this issue · 0 comments
rogermue commented
HI,
I have a question concerning the input of several time series to exploit correlations between them, can I just change the shape in:
def DC_CNN_Model(length):
input = Input(shape=(length,#OF TS IN THE INPUT))
Thank you very much.