Use own trend model
Abierto
enhancement
- Lenguaje dominante
- Python
- Estrellas
- 20.4k
- Forks
- 4.6k
- Merge medio
- 19 h 52 min
- PR fusionados (30 d)
- 1
Descripción
In the paper `Forecasting at Scale` by `Sean J Taylor` and `Benjamin Letham`, it says that prophet decomposes the timeseries using equation:
```
y(t) = g(t) + s(t) + h(t), where g is the trend model.
```
Is it possible to plug in our own trend model and use prophet only for s and h?
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.