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

How to see recommended for you and frequently bought together #68

Open RegitzeSdun opened 1 year ago

RegitzeSdun commented 1 year ago

Hi

I have set up the app with a postgresql database and run the migrate job and python -m builder.association_rules_calculator. When I check out the website it looks like this

image

However, I was expecting to see a row of recommended for you, based on what I read in the book. How do I get "Recommended for you" to show up? IMG_2471 IMG_2472