alexmosc commented on issue #7524: Is there a tutorial of using mxnet R LSTM for time series forecasting? URL: https://github.com/apache/incubator-mxnet/issues/7524#issuecomment-356555622 @jeremiedb : Thank you. This is a master code! However, do you mind if I point to a somewhat strange thing: in your prediction analysis, the predicted timeseries is very much just a lagged version of the real timeseries. It may be due to insufficient training, but in general this is indicative of either the data problem or model problem. So the model learned to copy last observed value as a prediction, which is very a poor quality. What do you say, something wrong with model or not?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
