FateMurphy / CEEMDAN_LSTM

CEEMDAN_LSTM is a Python project for decomposition-integration forecasting models based on EMD methods and LSTM.
MIT License
217 stars 42 forks source link

Confusion about passing the test dataset #13

Open Med-Rokaimi opened 1 year ago

Med-Rokaimi commented 1 year ago

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 commented 1 year ago

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