Joao Palotti
Joao Palotti
Hi folks, @Gustav-Win, I have recently made some improvements that you might be interested in. Please have a look at my latest commits at https://github.com/joaopalotti/pySocialWatcher. @maraujo, I will eventually create...
Hi @wolfgangkircheis, I am so sorry for the delay to reply. Thank you very much for using trectools and identifying this bug! I will test it locally as soon as...
Hi Jimmy, Thanks for your interest in this project. Earlier versions of trectools were indeed using trec_eval (externally calling the program and parsing the results), but, currently, we have re-implemented...
That is correct, `TrecEval` requires a `TrecRun` object (and also a `TrecQrel`) as input to be able to calculate all evaluation metrics. However, you do not need to initialize your...
Hi @Fatima-Haouari, Unfortunately, this is a missing feature (https://github.com/joaopalotti/trectools/blob/1e6bc613c5c2fca8fe4a37e998559ee4aef649da/trectools/trec_eval.py#L143). Would you like to give it a try and implement it? Best, Joao
That is the same issue raised on Issue #17, right?
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....
Thank you Nikolay, I'm looking forward to your contribution!
Hi @nbabulkov, did you have the time to have a look at this? Should I remove you as assigneed? Thanks!
Hi @lironT74, thank you very much for identifying this mismatch between trec_eval and trectools. While ago, I created a set of validation scripts for CLEF eHealth. Their goal was to...