You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to run a cross-validation function where RNN based models are included in the NeuralForecast object. I get an error saying that RNN models cannot have a step size of over 1. I don't understand why this would be considering all of the cross-validation periods are within the dataframe and the stepsize merely determines the time stamp for the next window to begin. It should have no effect on an RNN models ability to get proper sequence data.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When I try to run a cross-validation function where RNN based models are included in the NeuralForecast object. I get an error saying that RNN models cannot have a step size of over 1. I don't understand why this would be considering all of the cross-validation periods are within the dataframe and the stepsize merely determines the time stamp for the next window to begin. It should have no effect on an RNN models ability to get proper sequence data.
Bottom of the error:
Beta Was this translation helpful? Give feedback.
All reactions