statsforecast icon indicating copy to clipboard operation
statsforecast copied to clipboard

[BUG] Remove `level` argument if prediction intervals are not implemented

Open AzulGarza opened this issue 3 years ago • 0 comments

Describe the bug Some methods receive the level argument to calculate prediction intervals but are not implemented or supported (for example, intermittent models, as @MMenchero pointed out).

Additional context We should remove the level argument for those methods that don't are capable of producing prediction intervals, to avoid errors in StatsForecast's methods.

AzulGarza avatar Aug 31 '22 20:08 AzulGarza