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
My question is more on the theoretical side. I see that the 'model.fit' allows to set CV during algorithm training. Does the CV include random sampling and reshuffling during the training phase, or is it more like rolling-origin cross-validation, where the time chronology is maintained?
Thanks,
Rahul
The text was updated successfully, but these errors were encountered:
@Rroy09 Random sampling and shuffling is not the the recommended method for CV in time series due to auto correlation issues. We use temporal cross validation similar to what is described here.
Yes agreed. No random sampling is done.
We do expanding window cross validation. You can think of it as a time
window that is constantly expanding to the right.
Hope that helps
Ram
My question is more on the theoretical side. I see that the 'model.fit' allows to set CV during algorithm training. Does the CV include random sampling and reshuffling during the training phase, or is it more like rolling-origin cross-validation, where the time chronology is maintained?
Thanks,
Rahul
The text was updated successfully, but these errors were encountered: