LSTNet icon indicating copy to clipboard operation
LSTNet copied to clipboard

A Tensorflow / Keras implementation of "Modeling Long- and Short-Term Temporal Patterns with Deep Neural Networks" paper

Results 3 LSTNet issues
Sort by recently updated
recently updated
newest added

When I tried run the implementation on exchange rate, I got the error below. Where are these missings functions? Traceback (most recent call last): File "main.py", line 13, in from...

The idea of predicting new data considers that they are not normalized, however, the file script normalizes them in the prediction of unknown samples.

Why the default of '--series-to-plot' is 0 and what does it mean?