You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
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?
The text was updated successfully, but these errors were encountered: