Quick and dirty recommendations

Computing quick recommendations for user, film pair

The procedure responsible for counting the recommendation is: count_guessed_rate(user, film) in film20/recommendations/bot_helper.py.

Simply pass the user and film objects as the arguments, to compute single recommendation.

The procedure is more effective when the FilmComparator objects are computed.

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.