haystack/releasenotes/notes/implemeting-eval-results-API-25b2f8707495bea0.yaml
Madeesh Kannan a881451d3a
refactor: Refactor EvaluationResult into BaseEvaluationRunResult and EvaluationRunResult (#7594)
The new `EvaluationRunResult` has slightly different semantics - it separates the previous `data` parameter into `inputs` and `results`and expects aggregate scores to be provided in the latter.
2024-04-25 12:16:48 +02:00

6 lines
171 B
YAML

---
features:
- |
Added a new EvaluationRunResult dataclass that wraps the results of an evaluation pipeline,
allowing for its transformation and visualization.