Slackbot
12/13/2022, 4:05 PMMax (Nixtla)
12/13/2022, 4:10 PMStatsForecast.cross_validation_fitted_values
method.
After executing StatsForecast.cross_validation, you can access the insample prediction values for each model and window. To get them, you need to pass fitted=True to the StatsForecast.cross_validation method and then use the StatsForecast.cross_validation_fitted_values method.
Ref: https://nixtla.github.io/statsforecast/core.html#statsforecast.cross_validationMaria
12/15/2022, 8:17 AM