mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-29 07:59:27 +00:00
* Add DocumentRecallEvaluator * Fix mypy error * Simplify recall logic and change output for single hit mode * Remove unused import * Add comment for RecallMode fields * Reword RecallMode comments Co-authored-by: Madeesh Kannan <shadeMe@users.noreply.github.com> --------- Co-authored-by: Madeesh Kannan <shadeMe@users.noreply.github.com>
7 lines
276 B
YAML
7 lines
276 B
YAML
---
|
|
features:
|
|
- |
|
|
Add `DocumentRecallEvaluator`, a Component that can be used to calculate the Recall single-hit or multi-hit
|
|
metric given a list of questions, a list of expected documents for each question and the list of predicted
|
|
documents for each question.
|