How does one resolve this error: " ValueError: MULTISTAGE_EMPTY can not be used without overriding. You must provide parameters in ModelComponentsParam.custom.multistage_forecast_configs." when implementing multistage forecasting using 'MULTISTAGE_EMPTY' ?. I am practising based on the Multistage Forecasting tutorial.
Hi @toymoshoma could you try SILVERKITE_WOW instead of MULTISTAGE_EMPTY? The latter requires explicitly specifying the configuration, while the former has some preset parameters.
How does one resolve this error: " ValueError:
MULTISTAGE_EMPTY
can not be used without overriding. You must provide parameters inModelComponentsParam.custom.multistage_forecast_configs
." when implementing multistage forecasting using 'MULTISTAGE_EMPTY' ?. I am practising based on the Multistage Forecasting tutorial.