This website requires JavaScript.
Explore
Help
Sign in
alexander
/
urban-meal-delivery
Watch
1
Star
1
Fork
You've already forked urban-meal-delivery
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
Actions
0f60640bc0
urban-meal-delivery
/
tests
/
forecasts
/
__init__.py
2 lines
65 B
Python
Raw
Normal View
History
Unescape
Escape
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
"""
Tests for the `urban_meal_delivery.forecasts` sub-package.
"""
Reference in a new issue
Copy permalink