Matthew Lesko
05/21/2024, 8:53 PMStatsForecast.cross_validate
to pass along exogenous variables? `StatsForecast.forecast`` has the X_df
parameter, but I'm not seeing an equivalent solution for cross validation.Mariana Menchero
05/21/2024, 9:32 PMdf
parameter in the cross_validation
method should include the exogenous.Mariana Menchero
05/21/2024, 9:34 PMdf
includes all the future values required for each cross-validation window.