Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to get rid of the time dependance? #2544

Open
breadfan opened this issue Jan 15, 2024 · 0 comments
Open

How to get rid of the time dependance? #2544

breadfan opened this issue Jan 15, 2024 · 0 comments

Comments

@breadfan
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant