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

ERROR in compute NMF method 'brunet' #180

Open
Donatella93 opened this issue Feb 7, 2024 · 3 comments
Open

ERROR in compute NMF method 'brunet' #180

Donatella93 opened this issue Feb 7, 2024 · 3 comments

Comments

@Donatella93
Copy link

Hi! I keep getting this error while computing NMF with different methods.
This ERROR occur for methods 'brunet', 'KL' and others, but NOT for 'lee' and 'Frobenius' methods that work OK

I have a matrix with 130 rows (samples/obs) x 79 columns (features)

meth <- nmfAlgorithm(all = TRUE)
estim.r <- nmf(data, 2:6, method = meth, nrun=200, seed=123456)

Compute NMF method 'brunet' [2/16] ... Timing stopped at: 1.83 0.01 17.47
Timing stopped at: 1.92 0.02 17.27
Timing stopped at: 1.89 0.03 16.29
Timing stopped at: 1.83 0 16.64
Timing stopped at: 1.87 0.03 15.86
ERROR

Did anyone already deal with this issue?

Thanks

@vfincke
Copy link

vfincke commented Apr 19, 2024

I have the same problem. Did you solve it?

@Donatella93
Copy link
Author

Hi!
I edited my dataset (containing binary data only), by removing columns and rows where the sum of values was 0 and I did not get anymore that error.
I can suggest you to check your data, and maybe it will help!

Good luck!

@Donatella93
Copy link
Author

Donatella93 commented Apr 22, 2024 via email

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