carlomazzaferro / scikit-hts

Hierarchical Time Series Forecasting with a familiar API
MIT License
222 stars 39 forks source link

[BUG] Bug with prediction output since 0.5.4 #69

Open haoranlee opened 3 years ago

haoranlee commented 3 years ago

Describe the bug

Predictions at lower levels have strong bias in versions 0.5.6, 0.5.5, and 0.5.4. Only back to 0.5.3 do plots of predictions look more in line with intuition when compared to true observations.

Example used was this notebook from the examples.

To Reproduce

Steps to reproduce the behavior:

  1. Replicate this example notebook with scikit-hts>=0.5.4.
  2. Reach the step near the end for plotting the predictions from the auto-ARIMA model (issue persists with Holt Winter’s exponential smoothing also).

Expected behavior

Predictions should not have strong positive or negative biases.

Desktop (please complete the following information):

PeggyFan commented 3 years ago

I'm interested in this as the forecasts for my sub-group are very poor. The HTS version I'm using is 0.5.11.