Use own trend model
オープン
enhancement
- 主要言語
- Python
- スター
- 20.4k
- フォーク
- 4.6k
- 平均マージ
- 19時間 52分
- マージ済み PR(30日)
- 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 はまだ評価されていません。