facebook / facebook/prophet

How to get rid of the time dependance?

Open
#2,544 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.