I am looking for a package / if possible - a relatively ready-made solution for NMF (non-negative matrix factorization) in R, which can handle missing (NA) values ββand not consider them equal to 0.
The goal is to evaluate these missing values ββthrough the product of factorization, for a simple recommendation system.
The NMF CRAN package is wonderful, but it seems that it cannot do it (nor its more recent continuation outside CRAN), and I could not find suitable alternative packages ...
source share