caserec / CaseRecommender

Case Recommender: A Flexible and Extensible Python Framework for Recommender Systems
MIT License
482 stars 91 forks source link

Treat evaluation codes for "nan's" and "inf's" #3

Closed arthurfortes closed 6 years ago

roopalv54 commented 6 years ago

Hi, can you provide some description to this bug.

arthurfortes commented 6 years ago

The evaluation functions receive feedback triples or dictionaries containing user, item and scores (or ratings). In some cases, these scores are inf's or nan's, which is not handled by these functions, and the return of these functions are inf or nan too.

arthurfortes commented 6 years ago

Version 1.0 solve this problem