joaopalotti / trectools

A simple toolkit to process TREC files in Python.
https://pypi.python.org/pypi/trectools
BSD 3-Clause "New" or "Revised" License
163 stars 32 forks source link

Add NDCG to evaluate_all method #21

Closed PepijnBoers closed 3 years ago

PepijnBoers commented 4 years ago

Added NDCG option to evaluate_all method, resolves https://github.com/joaopalotti/trectools/issues/20.

joaopalotti commented 3 years ago

Thank you very much for your contribution, @PepijnBoers. Sorry that it took me so long to merge it.