Use own trend model
Ouverte
enhancement
- Langage dominant
- Python
- Étoiles
- 20.4k
- Forks
- 4.6k
- Merge moyen
- 19 h 52 min
- PR mergées (30 j)
- 1
Description
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?
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.