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 10 months ago

IKostric commented 11 months ago

Simple Explainable user model based on tags.

github-actions[bot] commented 11 months ago
Current Branch Main Branch
Coverage Badge Coverage Badge
IKostric commented 11 months 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.