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

Prediction Method #36

Open
gaochenxiai opened this issue Jun 29, 2024 · 1 comment
Open

Prediction Method #36

gaochenxiai opened this issue Jun 29, 2024 · 1 comment

Comments

@gaochenxiai
Copy link

Dear author, how does your prediction section work? Do you predict the next value using the previous actual value, or do you use the already predicted values?

@FateMurphy
Copy link
Owner

My other repository CEEMDAN-VMD-GRU might be easier to understand. Most functions in this module use the previous actual value for one-step-ahead forecasting, unrelated to the test set length.
However, some methods have a step of fitting which will use the interprocess predicted value. Or, some functions like rolling_predict() can reinput the predicted value to forecast several timesteps.

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

2 participants