lightfm icon indicating copy to clipboard operation
lightfm copied to clipboard

RMSE for Explicit Data

Open htcml opened this issue 4 years ago • 0 comments

The documentation homepage says, "LightFM is a Python implementation of a number of popular recommendation algorithms for both implicit and explicit feedback."

But if it can work with explicit feedback, why no RMSE or MAE metrics are provided in model evaluation(https://making.lyst.com/lightfm/docs/lightfm.evaluation.html)? Only ranking metrics are provided. Does this mean actually LightFM only can work with implicit data?

htcml avatar Nov 13 '21 16:11 htcml