urban-meal-delivery/tests
Alexander Hess 67cd58cf16
Add urban_meal_delivery.forecasts.models sub-package
- `*Model`s use the `methods.*.predict()` functions to predict demand
  given an order time series generated by `timify.OrderHistory`
- `models.base.ForecastingModelABC` unifies how all `*Model`s work
  and implements a caching strategy
- implement three `*Model`s for tactical forecasting, based on the
  hets, varima, and rtarima models described in the first research paper
- add overall documentation for `urban_meal_delivery.forecasts` package
- move the fixtures in `tests.forecasts.timify.conftest` to
  `tests.forecasts.conftest` and adjust the horizon of the test horizon
  from two to three weeks
2021-02-01 20:39:52 +01:00
..
console Make Grid.gridify() use only pickup addresses 2021-01-24 19:04:39 +01:00
db Add Forecast.from_dataframe() constructor 2021-02-01 15:50:30 +01:00
forecasts Add urban_meal_delivery.forecasts.models sub-package 2021-02-01 20:39:52 +01:00
__init__.py Add a testing tool chain 2020-08-04 00:09:29 +02:00
config.py Add urban_meal_delivery.forecasts.models sub-package 2021-02-01 20:39:52 +01:00
conftest.py Add CLI script to gridify all cities 2021-01-06 16:17:05 +01:00
test_config.py Add rpy2 to the dependencies 2021-01-11 16:06:58 +01:00
test_init_r.py Add rpy2 to the dependencies 2021-01-11 16:06:58 +01:00
test_version.py Remove pylint from the project 2021-01-09 17:47:45 +01:00