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

Walk Forward Model Validation #8

Open
slavakurilyak opened this issue Aug 22, 2017 · 1 comment
Open

Walk Forward Model Validation #8

slavakurilyak opened this issue Aug 22, 2017 · 1 comment

Comments

@slavakurilyak
Copy link

I would love to see the implementation of walk-forward testing.

A rolling-forecast scenario also called walk-forward model validation is the recommended method (gold standard) for constructing machine learning models dedicated to time-series data. Walk-forward validation provides the most realistic evaluation of machine learning models since k-fold cross validation does not work for time series data.

Each time step of the test dataset is walked one at a time. A model is used to make a forecast for the time step, then the actual expected value from the test set is taken and made available to the model for the forecast on the next time step.

For more info, see code examples (1, 2) or research paper.

@bukosabino
Copy link
Owner

Hi @slavakurilyak ,

This is a excellent idea to develop on this project! But, I need more time.. :P

Thank you

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

No branches or pull requests

2 participants