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 can I use my own time series decomposition scheme with prophet? #2637

Open
laniakea opened this issue Nov 13, 2024 · 0 comments
Open

How can I use my own time series decomposition scheme with prophet? #2637

laniakea opened this issue Nov 13, 2024 · 0 comments

Comments

@laniakea
Copy link

laniakea commented Nov 13, 2024

I am trying to use prophet in conjunction with my own decomposition scheme. You already provided Fourier transform but there are plenty of other methods. In this particular case, I want to use Singular Spectrum Analysis. This method decomposes the auto covariance of the time series and maps it along the eigencomponents of the autocovariance matrix. In this method time index is meaningless.

Is there a sample code on how to use prophet with a custom decomposition scheme like SSA (or any equivalent method other than Fourier).

Thanks

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