File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -88,9 +88,9 @@ class EvalResult:
88
88
"""Evaluation result.
89
89
90
90
Attributes:
91
- summary_metrics: The summary evaluation metrics for an evaluation run.
92
- metrics_table: A table containing eval inputs, ground truth, and metric
93
- results per row.
91
+ summary_metrics: A dictionary of summary evaluation metrics for an evaluation run.
92
+ metrics_table: A pandas.DataFrame table containing evaluation dataset inputs,
93
+ predictions, explanations, and metric results per row.
94
94
metadata: The metadata for the evaluation run.
95
95
"""
96
96
Original file line number Diff line number Diff line change @@ -386,7 +386,6 @@ def evaluate(
386
386
evaluation_service_qps: The custom QPS limit for the evaluation service.
387
387
retry_timeout: How long to keep retrying the evaluation requests for
388
388
the whole evaluation dataset, in seconds.
389
- whole evaluation dataset, in seconds.
390
389
output_file_name: The file name with csv suffix to store the output
391
390
metrics_table.
392
391
You can’t perform that action at this time.
0 commit comments