-
Notifications
You must be signed in to change notification settings - Fork 308
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
LinAlgError: SVD did not converge using LRTC-TNN #23
Comments
If I understand correctly, you have five time series. But the time series data do not involve the day dimension and thus there is not a tensor. So can you try some most basic matrix factorization models? Just like BTMF available at this repository. |
My data involve day dimensions, it is 1 second interval. The data ranges from 2023-02-08 05:02:02 to 2023-02-08 07:00:00. In addition, in order to use LRTC-TNN, I reshape the data to (num_feature, num_sample, time_interval)). And the time_interval is set to 60.
|
I am not sure what happened in your experiment. Would you mind trying another model and checking out the imputation performance first? |
Have you tried the model with more dense |
Another comment is that if you only have 5 time series, then please make sure that the |
Perhaps, I would like to recommend Hankel tensor completion methods for your case. Would you mind taking a look? I don't have any codes about that, but it should be not hard to implement. |
I have non-random missing values of about 50% orginal values with 5 feature. I try to use LRTC-TNN to restore the missing values, however, it shows LinAlgError: SVD did not converge. What can I do ? Or is there any other method can be used to impute my data? Thanks.
The original data is shown below (just ignor the last figure, bottom right one with nothing showing):
The text was updated successfully, but these errors were encountered: