mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-07-22 16:31:16 +00:00

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.
6 lines
171 B
YAML
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.
|