A Python package providing a common interface to many Information Retrieval (IR) evaluation measures. Current version 0.4.3, release cadence irregular.
pip install ir-measuresNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Compute nDCG@10 from qrels and a run.
Always specify k, e.g., 'nDCG@10' or use the class with cutoff parameter: nDCG(cutoff=10).
Ensure qrels are list of Qrel objects with correct fields.
No dependency data recorded yet.