recommenders-team / recommenders

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

[FEATURE] implicit feedback for xdeepFM #644

Closed yexing99 closed 5 years ago

yexing99 commented 5 years ago

Description

Right now, most algos in the repo are for explicit feedback. There is a request for implicit feedback examples.

Expected behavior with the suggested feature

Other Comments

yueguoguo commented 5 years ago

Related to #637 to create negative implicit feedback given the user-item interaction dataset.

yueguoguo commented 5 years ago

Fixed in #637