Commit graph

4 commits

Author SHA1 Message Date
a5b590b24c
Add Forecast.actual column 2021-01-31 18:29:53 +01:00
f37d8adb9d
Add confidence intervals to Forecast model
- add `.low80`, `.high80`, `.low95`, and `.high95` columns
- add check contraints for the confidence intervals
- rename the `.method` column into `.model` for consistency
2021-01-20 16:57:39 +01:00
9196c88ed4
Remove pylint from the project 2021-01-09 17:47:45 +01:00
e8c97dd7da
Add Forecast model to ORM layer
- the model handles the caching of demand forecasting results
- include the database migration script
2021-01-07 12:59:30 +01:00