massquantity / LibRecommender

Versatile End-to-End Recommender System
https://librecommender.readthedocs.io/
MIT License
380 stars 65 forks source link

Error when running `logloss` evaluation from sklearn #390

Closed jpzhangvincent closed 11 months ago

jpzhangvincent commented 1 year ago

It seems the root cause is the sklearn logloss evaluation metric function. Any quick workaround?

Screenshot 2023-10-24 at 9 20 42 AM
massquantity commented 1 year ago

Yeah, either check if your data contains missing values or avoid using the loss metric.