prophet icon indicating copy to clipboard operation
prophet copied to clipboard

How to get rid of the time dependance?

Open breadfan opened this issue 1 year ago • 0 comments

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'])

breadfan avatar Jan 15 '24 12:01 breadfan