9health / moviegeek

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

Check and fix PRS log #12

Open 9health opened 1 year ago

9health commented 1 year ago

Input

Action

Output

PRS log

ninehealth@LinuxVM15:~$ grep -i error screen_log_20221219.txt

Internal Server Error: /rec/bpr/user/30159478644/
FileNotFoundError: [Errno 2] No such file or directory: './models/bpr/item_bias.data'
Internal Server Error: /rec/funk/user/30159478644/
FileNotFoundError: [Errno 2] No such file or directory: './models/funkSVD/2018-01-01 10:01:34.179393/model/user_bias.data'
ConnectionResetError: [Errno 104] Connection reset by peer
ConnectionResetError: [Errno 104] Connection reset by peer
    self.handle_error()

MovieGEEKs home page sample

Figure 2.16. MovieGEEKs front page with popover

History