moviegeek icon indicating copy to clipboard operation
moviegeek copied to clipboard

A django website used in the book Practical Recommender Systems to illustrate how recommender algorithms can be implemented.

Results 28 moviegeek issues
Sort by recently updated
recently updated
newest added

Hello I am following the steps to set up the environment of the local web page. One of the first steps indicates create a file ".prs". I have been looking...

## Chapter8 Collaborative filtering in the neighborhood ### 8.4 Amazon's algorithm to precalculate item similarity Sim("MIB", "ST") was 0.016 with the following calculation . However, in the Similarity matrix explained...

stated the program.. ```bash (base) E:\毕业设计\参考系统\moviegeek-master>python ./manage.py runserver 127.0.0.1:8081 Watching for file changes with StatReloader Performing system checks... System check identified some issues: WARNINGS: analytics.Cluster: (models.W042) Auto-created primary key used...

The database was successfully created and populated When I start the server, the displayed web page has only a frame but no pictures and data. How can I solve it?...

I clicked the buy option but all recommendations are not showing. Only popular recommendations are shown. What I need to do for all sorts of recommendation?

Hello Kim, I have started going over the code and the simulated data and trying to replicate it all in python-pandas in a local repo to ensure I understand all...

Bumps [django](https://github.com/django/django) from 2.2.27 to 2.2.28. Commits 5c33000 [2.2.x] Bumped version for 2.2.28 release. 29a6c98 [2.2.x] Fixed CVE-2022-28347 -- Protected QuerySet.explain(**options) against... 2c09e68 [2.2.x] Fixed CVE-2022-28346 -- Protected QuerySet.annotate(), aggregate(),...

dependencies

Here is the error message: #7 81.01 ERROR: Cannot install -r requirements.txt (line 4) and urllib3==1.26.5 because these package versions have conflicting dependencies. #7 81.01 #7 81.01 The conflict is...

Dependency installation step was failing due to a conflict between `urllib` and `botocore`. This PR aims to: - fix dependency conflict by downgrading `urllib` - include `psycopg2-binary` and `nltk` -...

Hi Kim! I recently started working through Practical Recommender Systems as part of my [work at Tumblr](https://applyingml.com/mentors/vicki-boykis/) (I'm really enjoying it so far, thank you for the book!) and realized...