urban-meal-delivery/tests/forecasts/timify
Alexander Hess cb7611d587
Add OrderHistory.avg_daily_demand()
- the method calculates the number of daily `Order`s in a `Pixel`
  withing the `train_horizon` preceding the `predict_day`
2021-02-01 21:50:42 +01:00
..
__init__.py Add OrderHistory class 2021-01-09 16:29:58 +01:00
test_aggregate_orders.py Shorten a couple of names 2021-01-31 20:20:55 +01:00
test_avg_daily_demand.py Add OrderHistory.avg_daily_demand() 2021-02-01 21:50:42 +01:00
test_make_time_series.py Add urban_meal_delivery.forecasts.models sub-package 2021-02-01 20:39:52 +01:00
test_order_history.py Add OrderHistory.first/last_order() methods 2021-01-31 21:46:20 +01:00