iai-group / MovieBot

IAI MovieBot
https://iai-group.github.io/MovieBot/
MIT License
8 stars 10 forks source link

Create explainable user model classes #223

Closed IKostric closed 1 year ago

IKostric commented 1 year ago

Simple Explainable user model based on tags.

github-actions[bot] commented 1 year ago
Current Branch Main Branch
Coverage Badge Coverage Badge
IKostric commented 1 year ago

Assuming that UserPreferences contains item-based preferences, there is a missing step of inferring preferences for tags. That should take place in this class (by talking to the movie DB).

Since we have attribute preferances readily available, we can start with those. Later, we can expand to item-based preferances.