Add TrivialModel
- the trivial model simply predicts `0` demand for all time steps
This commit is contained in:
parent
015d304306
commit
6fd16f2a6c
3 changed files with 77 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ MODELS = (
|
|||
models.HorizontalSMAModel,
|
||||
models.RealtimeARIMAModel,
|
||||
models.VerticalARIMAModel,
|
||||
models.TrivialModel,
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue