You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, SARIMAX tests are set to pass if over 22 of the forecasted time steps show an increase (breathing room of 2 time steps). Sometimes this still fails, occasionally. We need to find out:
why this happens and maybe restrict the parameters of SARIMAX so that it doesn't happen
just accept this will happen and lower the threshold to 21 or 20
The text was updated successfully, but these errors were encountered:
Right now, SARIMAX tests are set to pass if over 22 of the forecasted time steps show an increase (breathing room of 2 time steps). Sometimes this still fails, occasionally. We need to find out:
The text was updated successfully, but these errors were encountered: