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

Recall at depth K missing #17

Open nbabulkov opened 4 years ago

nbabulkov commented 4 years ago

The Evaluation Measures part of the readme mentions that the project has an implementation of recall at depth K, but I couldn't find one.

joaopalotti commented 4 years ago

Hi Nikolay,

Thanks for pointing it out. You are right, we currently do not have an implementation of recall at depth K, but that should not be hard to implement. Would you like to give it a try?

Best,

Joao

nbabulkov commented 4 years ago

Hi Joao,

Yes, I think I will do it when I have the time. I will submit a pull request when I'm ready.

Best, Nikolay

joaopalotti commented 4 years ago

Thank you Nikolay, I'm looking forward to your contribution!

joaopalotti commented 2 years ago

Hi @nbabulkov, did you have the time to have a look at this? Should I remove you as assigneed? Thanks!