TimonVS / beam-recommender

1 stars 0 forks source link

Research user data #2

Open TimonVS opened 7 years ago

TimonVS commented 7 years ago
TimonVS commented 7 years ago

Interactions could be stored like this:

user subreddit count last_interaction
mygrandma funny 30 1484349988

Now we can give a higher weight to subreddits that users recently interacted with.

There are still problems with this approach. The interactions count will just keep getting higher, but that doesn’t mean that the user recently liked the subreddit. E.g. a user could have visited /r/marvel 30 times last week and one time this week, the total count would be 31, but the user is obviously less interested in Marvel movies this week.