How to get rid of the time dependance?
Open
- Dominant language
- Python
- Stars
- 20.4k
- Forks
- 4.6k
- Avg merge
- 19h 52m
- Merged PRs (30d)
- 1
Description
I want to use Prophet for finding trend and seasonality components for futher "subtracting" it.
Is it valid way to get rid of the time dependance?
I.e, I want to get "clean" time-series, without skewness of trend and seasonality.
I'm using multiplicative model, i.e. forecast['yhat'] = forecast['trend'] * (1 + forecast['seasonal_components'] + forecast['extra_regressors_multiplicative'])
Contributor guide
Assessment
This issue has not been assessed yet.