matrix-factorization

Python Non negative Matrix Factorization that handles both zeros and missing data?

Python Non negative Matrix Factorization that handles both zeros and missing data? Question: I look for a NMF implementation that has a python interface, and handles both missing data and zeros. I don’t want to impute my missing values before starting the factorization, I want them to be ignored in the minimized function. It seems …

Total answers: 3