urban-meal-delivery/tests/forecasts
Alexander Hess f37d8adb9d
Add confidence intervals to Forecast model
- add `.low80`, `.high80`, `.low95`, and `.high95` columns
- add check contraints for the confidence intervals
- rename the `.method` column into `.model` for consistency
2021-01-20 16:57:39 +01:00
..
timify Return the resulting time series as pd.Series 2021-01-10 16:11:40 +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