-
Notifications
You must be signed in to change notification settings - Fork 42
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
Error about the data type #15
Comments
(1) For problem 1: Can only use .str accessor with string values! |
For multi-step prediction, you can try the rolling forecasting method. |
You can try to set REDECOM_LIST = None firstly. If the error still exists, please let me know and I will fix this error later. |
The error still exist |
It means that the code forecast the last data point, eg. 9/1, 20 times by respective method. |
So if I want to predict the value of 20 days in the future, it can only use rolling forecasting method? |
In this code, yes. |
It is OK for me to running one-day-ahead forecasting multiple times with changing the dataset, but I still have the same error for running rolling forecasting method |
I'm trying to use CEEMDAN_LSTM to predict time series
the code report the AttributeError: Can only use .str accessor with string values!
How can I fix this problem
And one more question, can I predict more than one out-of-sample value by CEEMDAN_LSTM ?
The text was updated successfully, but these errors were encountered: