uace-azmet / azmet-forecast-qa

Developing QA/QC routines for AZMet
0 stars 1 forks source link

Model improvement #31

Closed Aariq closed 1 year ago

Aariq commented 1 year ago

Implements non-seasonal ARIMA with seasonality captured by Fourier term as described in #30. It is much faster to fit than a seasonal ARIMA, but still takes ~ 3-10 min per variable. Still a WIP. Need to set up workflow so the auto-ARIMA happens once per year and the daily runs just use refit().

Aariq commented 1 year ago

Almost there. Still to do: