evaluate(...) returns an EvalResult with a dashboard url. Open that link to inspect the experiment sheet.
When the run fails
EvaluationFailedError is raised when:
- Any scorer cell status is
FAILED, or - You set
passing_score/passingScoreand the overall score is missing or below that threshold
[0.0, 1.0] (so 0.8 means 80%).
Set include_failure_examples / includeFailureExamples to print up to five failing rows after the summary.
What is in the result
The result does not inline the overall aggregate score — open
url or use Tables scorecard APIs.
