statsforecast
statsforecast copied to clipboard
[BUG] Remove `level` argument if prediction intervals are not implemented
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.