Add CLI script to run tactical forecasting heuristic
This commit is contained in:
parent
23391c2fa4
commit
50b35a8284
4 changed files with 150 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ class Config:
|
|||
# Training horizons (in full weeks) used to train the forecasting models.
|
||||
# For now, we only use 8 weeks as that was the best performing in
|
||||
# a previous study (note:4f79e8fa).
|
||||
TRAINING_HORIZONS = [8]
|
||||
TRAIN_HORIZONS = [8]
|
||||
|
||||
# The demand forecasting methods used in the simulations.
|
||||
FORECASTING_METHODS = ['hets', 'rtarima']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue