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

matrix factorization toolkit not writing out output files #13

Open
premgopalan opened this issue Feb 6, 2014 · 1 comment
Open

matrix factorization toolkit not writing out output files #13

premgopalan opened this issue Feb 6, 2014 · 1 comment

Comments

@premgopalan
Copy link

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
Copy link

jamesdj commented Mar 23, 2014

I am having the same problem with pmf.

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