Section 5 unit 5.
The RNN result in lagging on predicted value. I ve tried Gridsearch without improvement, may I know how to resolve the lagging issue? Thanks
Following message quoted from the tutorial notebook
Blockquote Conclusion¶
As you can see the model makes a prediction that looks lagging in nature. To make the algorithm more accurate we will have to optimize the various hyperparameters used in the model.
We will look at how to tune these hyperparameters using GridSearch in the next section.