Quick question, does the `StatsForecast.cross_vali...
# general
s
Quick question, does the
StatsForecast.cross_validation
automatically use exogenous variables if they are in the dataframe? I (think) I'm seeing different results between using cross_validation and forecast, but it might be something else I have done wrong.
j
Hey. Yes, it should
Please open an issue here if you still find discrepancies
s
Thanks for the reply - I think it is working, My issue was in the
forecast
call where I didn't have the future exogenous variables correctly specified, but I did have a fallback model specified, so it was falling back to that.
Which is why my comparison looked weird.