-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cold users/items support in non-personilized models #120
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #120 +/- ##
==========================================
Coverage 100.00% 100.00%
==========================================
Files 45 51 +6
Lines 2242 2917 +675
==========================================
+ Hits 2242 2917 +675 ☔ View full report in Codecov by Sentry. |
- Supported cold recommendations in non-personalized models (random, popular and popular-in-category) - Added check for incorrect types of cold targets - Changed the logic of choosing random sampler for `RandomModel` and increased the sampling speed - Changed the logic of `RandomModel`: now the recommendations are different for repeated calls of recommend methods
Description
RandomModel
and increased the sampling speedRandomModel
: now the recommendations are different for repeated calls of recommend methodsCloses #119
Type of change
How Has This Been Tested?
Before submitting a PR, please check yourself against the following list. It would save us quite a lot of time.