statisticianinstilettos / recmetrics

A library of metrics for evaluating recommender systems
MIT License
568 stars 98 forks source link

module 'recmetrics' has no attribute 'prediction_coverage' #25

Closed rhkaz closed 3 years ago

rhkaz commented 4 years ago

Hi there I am trying to run example notebook. But I am getting 'module 'recmetrics' has no attribute 'prediction_coverage'' and "attribute error: module 'recmetrics' has no attribute 'catalog_coverage'"

any pointer or suggestion.

Thanks in advance

itsoum commented 4 years ago

Hello @rhkaz ,

I contributed the two above mentioned different versions of coverage metric at October of 2019 when @statisticianinstilettos accepted and merged these pull request. If you have used pip install recmetrics in order to install the recmetrics probably your version is not aligned with the updated github repository version given that last realease on pypi is Mar 5, 2019. So, you should install manually recmetrics from github.

@statisticianinstilettos maybe you sould update the release.

Ilias

gregwchase commented 3 years ago

Fixed in #26