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

Confusion about passing the test dataset #13

Open
Med-Rokaimi opened this issue Jun 24, 2023 · 1 comment
Open

Confusion about passing the test dataset #13

Med-Rokaimi opened this issue Jun 24, 2023 · 1 comment

Comments

@Med-Rokaimi
Copy link

Hey,
Thank you so much for the greate package.
I'm confusing about the test step. I mean I will pass the train dataset for the model (eg. df_result = kr.hybrid_keras_predict(data=series, show=True, plot=True, save=True))
How to pass my test dataset after that after training phase?

@FateMurphy
Copy link
Owner

The data contains both the training set and the test set because this package has a special way of splitting the data. If you want to predict step by step and change the splitting way, you can refer to cl.show_keras_example() or https://github.com/FateMurphy/CEEMDAN-VMD-GRU

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