practical-recommender-systems / moviegeek

A django website used in the book Practical Recommender Systems to illustrate how recommender algorithms can be implemented.
MIT License
901 stars 360 forks source link

Content_based and Collaborative Suggestion not appear #72

Open rithysokun opened 7 months ago

rithysokun commented 7 months ago

I run the lda model and fwls calculator as well as the other calculator module from builder folder. All the recommendations shows up on the main page of main user except the content-based and collaborative-based recommendation. But I could see few suggestion of them in the other users page. Did I make any mistake here?

Screenshot 2024-01-19 at 1 36 10 PM