Add stl() function
- `stl()` wraps R's "stl" function in Python - STL is a decomposition method for time series
This commit is contained in:
parent
b0f2fdde10
commit
98b6830b46
5 changed files with 388 additions and 14 deletions
|
|
@ -1,3 +1,4 @@
|
|||
"""Demand forecasting utilities."""
|
||||
|
||||
from urban_meal_delivery.forecasts import decomposition
|
||||
from urban_meal_delivery.forecasts import timify
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue