cvangysel / pytrec_eval

pytrec_eval is an Information Retrieval evaluation tool for Python, based on the popular trec_eval.
http://ilps.science.uva.nl/
MIT License
282 stars 32 forks source link

List of supported metrics #35

Open dhairyadalal opened 3 years ago

dhairyadalal commented 3 years ago

Where can I find the list of metrics and their descriptions that pytrec_eval supports. I tried looking at the trec_eval repo as well and it doesn't seem to list the metric names and associated descriptions in a clear place. For example I tried passing "precision" and got an unsupported measure error.

trevoradriaanse commented 3 years ago
>>> import pytrec_eval
>>> pytrec_eval.supported_measures