Use own trend model
未關閉
enhancement
- 主要語言
- Python
- 星號
- 20.4k
- 分支
- 4.6k
- 平均合併
- 19 小時 52 分鐘
- 30 天內合併 PR
- 1
描述
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?
貢獻指南
評估
這個 Issue 還沒有評估資料。