recommenders-team / recommenders

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

Update Hybrid algo classification to align with Recommenders book and Aggarwal #2050

Closed miguelgfierro closed 7 months ago

miguelgfierro commented 8 months ago

Description

Recommenders book ( from Tao, Le and Simon, Xing, etc) classifies FM as a collaborative filtering algo. Also, in the Aggarwal book, the hybrid reco is a combination of CF and CBF.

This PR updates the algo types to align with these books.

Related Issues

References

Checklist: