urban-meal-delivery/tests
Alexander Hess b8952213d8
Add extrapolate_season.predict() function
- the function implements a forecasting "method" similar to the
  seasonal naive method
  => instead of simply taking the last observation given a seasonal lag,
     it linearly extrapolates all observations of the same seasonal lag
     from the past into the future; conceptually, it is like the
     seasonal naive method with built-in smoothing
- the function is tested just like the `arima.predict()` and
  `ets.predict()` functions
  + rename the `tests.forecasts.methods.test_ts_methods` module
    into `tests.forecasts.methods.test_predictions`
- re-organize some constants in the `tests` package
- streamline some docstrings
2021-02-01 11:32:10 +01:00
..
console Make Grid.gridify() use only pickup addresses 2021-01-24 19:04:39 +01:00
db Add Forecast.__repr__() 2021-01-31 21:57:05 +01:00
forecasts Add extrapolate_season.predict() function 2021-02-01 11:32:10 +01:00
__init__.py Add a testing tool chain 2020-08-04 00:09:29 +02:00
config.py Add extrapolate_season.predict() function 2021-02-01 11:32:10 +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