Hello,
I am trying to use the fivestar recommender to generate prediction nodes based on users ratings on similar nodes. I have gotten the recommender API working on my local server but for some reason it isnt generating prediction records. Im wondering what im doing wrong. Please help, Thanks

Screenshot attached

CommentFileSizeAuthor
Capture.PNG44.69 KBRyanSalla

Comments

RyanSalla’s picture

if anyone could help me on this i would really appreciate it. im quite stuck

RyanSalla’s picture

if someone could please help i am a bit desperate. I cant for the life of me figure out the problem

danithaca’s picture

Status: Active » Closed (works as designed)

This works as designed. You only have 2 users and 6 nodes and it's hard to generate predictions. First, a prediction has to make sense, so in this case there could be no predictions making sense to a user. Second, predictions are not generate if a user already rated an item.

SamRose’s picture

Question: What are the minimal grounds for predictions to start coming out? How many users? How many unrated nodes?