You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The user and item factors output the feature space correctly. My assumption was that if I'm asking the binary to perform an evaluation of p@n that precision would be reported some place. If I have to compute p myself thats ok. But as a user of the binary I was assuming thats what the flag did 🍔
Hi Guys - we're playing around with QMF. Quick question - when running the following command
/qmf/bin$ ./wals --train_dataset=space.train --user_factors=user_factors --item_factors=item_factors --regularization_lambda=0.05 --confidence_weight=40 --nepochs=10 --nfactors=30 --nthreads=4 --test_avg_metrics=p@5,r@5 --test_always --num_test_users=30
We're expecting some form of output or information regarding the evaluation based on the documentation. The output from the binary is here.
and no files are created in the bin dir. Can you give any suggestions as to what we could be doing wrong?
The text was updated successfully, but these errors were encountered: