🔒 This topic is solved and locked.
Need further help from the community? Please
sign in and ask a new question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Posted 06-03-2020 11:35 PM
(1069 views)
Hi,
I am building a decision tree model using proc hpsplit. As I am dealing with time-series data, I want to do a walk-forward validation as suggested instead of 10-fold cross-validation or random sampling as validation set. Validation of the trained decision tree model is done in sliding window:
- Starting at the beginning of the time series, 10-year window is used to train a model.
- The model makes a prediction for the next year.
- The prediction is stored or evaluated against known value
- Next sliding 10-year window to include the known value and the process is repeated (back to step 1.)
How can we do this in SAS?
Thank you.
1 ACCEPTED SOLUTION
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Re-titled and moved to procedures thread.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Re-titled and moved to procedures thread.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Thanks, I will