urban-meal-delivery/migrations
Alexander Hess 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
..
versions Add confidence intervals to Forecast model 2021-01-20 16:57:39 +01:00
env.py Add confidence intervals to Forecast model 2021-01-20 16:57:39 +01:00
README.md Add database migrations 2020-08-11 10:29:58 +02:00
script.py.mako Add database migrations 2020-08-11 10:29:58 +02:00

Database Migrations

This project uses alembic to run the database migrations