clement-escolano / demande-moi-des-films

Messenger chatbot in python for movie recommendation
3 stars 65 forks source link

Save correct boolean value for simplified ratings #1

Closed damien-peltier-cko closed 7 years ago

damien-peltier-cko commented 7 years ago

The is_appreciated value is always True since bool('False') values to True. test_users in recommendation has therefore only good_ratings movies :/