GraphChi / graphchi-cpp

GraphChi's C++ version. Big Data - small machine.
https://www.usenix.org/system/files/conference/osdi12/osdi12-final-126.pdf
800 stars 311 forks source link

matrix factorization toolkit not writing out output files #13

Open premgopalan opened 10 years ago

premgopalan commented 10 years ago

hi,

I tried nmf and pmf as shown in the blog post below, and no output files are being written out. It appears to train and converge OK, but the U and V files are missing. http://bickson.blogspot.com/2012/12/collaborative-filtering-with-graphchi.html

./toolkits/collaborative_filtering/pmf --training=x_mm --minval=1 --maxval=500 --max_iter=10 --pmf_burn_in=5 --allow_zeros=1 --R_output_format

./toolkits/collaborative_filtering/nmf --training=x_mm --minval=1 --maxval=500 --max_iter=100 --quiet=1

jamesdj commented 10 years ago

I am having the same problem with pmf.