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

Add the metric AUC #445

Closed miguelgfierro closed 5 years ago

miguelgfierro commented 5 years ago

This can be used by any algo that implemented regression metrics

yueguoguo commented 5 years ago

To clarify, AUC is meant for binary classification, right? Probably this would be useful to the content-based algorithms for predicting hit/not-hit?

miguelgfierro commented 5 years ago

yes, that's exactly the reason. It was used in xDeepFM

miguelgfierro commented 5 years ago

Metrics to implement: