ellisp / forecastxgb-r-package

An R package for time series models and forecasts with xgboost compatible with {forecast} S3 classes
GNU General Public License v3.0
140 stars 42 forks source link

better treatment of seasons for short series #23

Closed ellisp closed 7 years ago

ellisp commented 7 years ago

Building on the problems in #20 that have been fixed but probably not very well. for series of length < (f * 3 + 1), or perhaps even some higher amount, should probably not introduce seasonal dummy variables.

ellisp commented 7 years ago

Fixed by the introduction of seasonal adjustment as an option for dealing with seasonality.