Skwiwel / uni-recommendation-system

A university project focused at engineering an ML solution to a product recommendation problem.
1 stars 0 forks source link

Added model based on item popularity. #3

Closed p-sawicki closed 3 years ago

p-sawicki commented 3 years ago

most_popular.py UID N prints up to N recommendations for user with given ID, recommendations are determined by taking the category that the user has viewed the most and recommending the most popular items from that category that the user has not seen yet, possibly moving to other categories in order of views by the user.