statisticianinstilettos / recmetrics

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

Fix imports of __init__.py #12

Closed KshitijKarthick closed 5 years ago

KshitijKarthick commented 5 years ago

Fix init.py import of metrics from coverage to prediction_coverage

SilvrDuck commented 5 years ago

I believe we should also had catalog_coverage to the import list, as it was its addition that caused the breakage.

KshitijKarthick commented 5 years ago

Sure, makes sense. I'll add the change