urban-meal-delivery/tests/forecasts
Alexander Hess 1bfc7db916
Make Grid.gridify() use only pickup addresses
- ensure a `Restaurant` only has one unique `Order.pickup_address`
- rework `Grid.gridify()` so that only pickup addresses are assigned
  into `Pixel`s
- include database migrations to ensure the data adhere to these
  tighter constraints
2021-01-24 19:04:39 +01:00
..
timify Make Grid.gridify() use only pickup addresses 2021-01-24 19:04:39 +01:00
__init__.py Add aggregate_orders() function 2021-01-07 23:35:13 +01:00
conftest.py Add wrappers for R's "arima" and "ets" functions 2021-01-20 13:06:32 +01:00
test_decomposition.py Add wrappers for R's "arima" and "ets" functions 2021-01-20 13:06:32 +01:00
test_methods.py Add confidence intervals to Forecast model 2021-01-20 16:57:39 +01:00