Skip to content

Add other models from the paper? #18

Description

@amyheather

https://github.com/TomMonks/swast-benchmarking

Naive benchmark: Seasonal Naive method - using the most recent observation from the same day of the week and carrying it forward (e.g., if forecasting next Tuesday, use the observation from the most recent Tuesday as the predicted value).

Candidate models:

  1. Holt-Winters Exponential Smoothing
  2. Automatic Autoregressive Integrated Moving Average (autoARIMA)
  3. Lagged regression (autoregression) with holidays and seasonal indexes
  4. Lagged regularised regression (elastic-net) with seasonal indexes
  5. Regression with holidays and ARIMA errors
  6. Regression with holidays, seasonal indexes and ARIMA errors
  7. Harmonic Regression (fourier terms) with holidays
  8. Singular Spectrum Analysis
  9. Facebook Prophet
  10. Trigonometric seasonality, Box-Cox transformation (TBATS)
  11. Comb: Simple Exponential Smoothing, Linear Trend, damped trend
  12. Ensemble of:
    • Holt-Winters Exponental Smoothing (1).
    • Regression with holiday and ARIMA errors (5).
  13. Ensemble of:
    • Regression with holiday and ARIMA errors (5).
    • Facebook Prophet (9).
  14. Ensemble of:
    • Holt-Winters Exponential Smoothing (1).
    • Regression with holidays and ARIMA errors (5).
    • Facebook Prophet (9)

There appears to be some errors in the table in the paper. The above list of candidates was corrected based on the descriptions from the notebooks. In the paper, it says model 12 is actually 1+2 (not 1+5), and that model 13 is 5+7 (not 5+9).

Metadata

Metadata

Assignees

No one assigned

    Labels

    new forecastNew forecasting method / approach to try

    Type

    No type

    Projects

    Status
    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions