linkedin / greykite

A flexible, intuitive and fast forecasting library
BSD 2-Clause "Simplified" License
1.81k stars 106 forks source link

ValueError: ``MULTISTAGE_EMPTY`` can not be used without overriding. #114

Closed toymoshoma closed 1 year ago

toymoshoma commented 1 year ago

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.

image

KaixuYang commented 1 year ago

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.

toymoshoma commented 1 year ago

Noted Thank you