Cross-Validation function using Exogenous features #970
Answered
by
jmoralez
theforecastnoob
asked this question in
Q&A
|
I have a question. To my question, does the Cross-Validation function produce forecasts for the exogenous within the folds, or does it use the exogenous actuals as the "forecasted" period, within the folds? |
Answered by
jmoralez
Jan 17, 2025
Replies: 1 comment 1 reply
|
Hey. It's not exogenous-forecasts, it's supposed to be the actual values of your exogenous features, which you can decide to forecast yourself. So what the CV method does is use the actual values. |
1 reply
Answer selected by
theforecastnoob
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey. It's not exogenous-forecasts, it's supposed to be the actual values of your exogenous features, which you can decide to forecast yourself. So what the CV method does is use the actual values.