Coder Social home page Coder Social logo

Comments (5)

kimfalk avatar kimfalk commented on July 23, 2024

Thank you for your comments. I have not tried it with Python 3.7; it runs fine on python 3.6.5, I tested that a few weeks ago. Will have a look at the errors.

Did you read chapter 5 of the book? It describes the steps to make the association rules produce recs.

from moviegeek.

ozanpekmezci avatar ozanpekmezci commented on July 23, 2024

Hi, thanks for the response. I checked chapter 5, which mentioned running populate_logs script and builder.association_rules_calculator. So I ran them again and still have no recommendations on the homepage.

from moviegeek.

kimfalk avatar kimfalk commented on July 23, 2024

Hi,
Updated the requirements and settings which should solve the problems you indicated above. It is running fine on python 3.7 now.

Regarding not seeing any association rules, I have made the populate_logs add more log data and lowered the minimum support that is needed for a rule to be saved. If you rerun it and click on one of the movies in the chart to the right you should see recs based on association rules. To see recs on the front page, you need to be buying movies which are in the association rules. The populate_logs has some lists of movies that it uses. The movies in lists are getting a bit dated, so I will update that one of these days, for now, you can try adding some ids yourself.

from moviegeek.

ozanpekmezci avatar ozanpekmezci commented on July 23, 2024

It worked, thanks. I ran everything from scratch and the only change I needed to make was increasing the maximum length of the field movie_id from the model Rating from 8 to 16. It threw an error while populating ratings. Maybe you'd like to change it. Thanks again!

from moviegeek.

kimfalk avatar kimfalk commented on July 23, 2024

Thanks, I have been updating the max length on the models. But I guess I missed one. Odd, that I managed to populate everything without error. In any case, it is now updated as well.

from moviegeek.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.