metrecs


Keywords
Recommender, Systems
License
MIT
Install
pip install metrecs==0.0.1

Documentation

metrecs

metrics for recommendation systems

alt text

getting started

ref = np.array([["a", "a", "b", "c"],
                     ["a", "c", "b", "c"]])

own = np.array(["a", "a", "b", "c"])

import numpy as np
from metrecs import metrics

metrics.fragmentation.fragmentation(pop_recs, own_recs)