I am confused on how to predict future results with a time series multivariate LSTM model. I am trying to build a model for a stock market prediction and I have the following data
Solution 1:
The solution I decided to go with here is a TimeseriesGenerator from the keras library.
Post a Comment for "Predicting Future Values In A Multivariate Time Forecasting Lstm Model"