skychan opened this issue 6 years ago · 0 comments
chapter5_RNN/time-series/lstm-time-series.ipynb
应该是
dataset = list(map(lambda x: (x - min_value ) / scalar, dataset))
dataset = list(map(lambda x: (x -
) / scalar, dataset))