recommenders-team / recommenders

Best Practices on Recommendation Systems
https://recommenders-team.github.io/recommenders/intro.html
MIT License
18.47k stars 3.04k forks source link

Fix ImplicitCF failing if not using stratified split #2024 #2117

Closed daviddavo closed 3 weeks ago

daviddavo commented 3 weeks ago

Description

Added a variable called n_users_in_train to allow ImplicitCF to work even if a user is in test but not in train.

Related Issues

References

Checklist: