Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CV in time series? #35

Closed
irahulroy opened this issue Dec 31, 2020 · 3 comments
Closed

CV in time series? #35

irahulroy opened this issue Dec 31, 2020 · 3 comments
Assignees
Labels
question Further information is requested

Comments

@irahulroy
Copy link

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

@ngupta23
Copy link
Collaborator

@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.

@ngupta23 ngupta23 self-assigned this Dec 31, 2020
@ngupta23 ngupta23 added the question Further information is requested label Dec 31, 2020
@AutoViML
Copy link
Owner

AutoViML commented Dec 31, 2020 via email

@irahulroy
Copy link
Author

Yeah, thanks for the reply. Just wanted to confirm as random sampling is prohibited for time series data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants