Skip to main content

Overview

Execute evaluation metrics on experiment results to assess model performance.

Method Signature

Parameters

string
required
The unique identifier of the experiment
List[str]
required
List of evaluator IDs to run on the experiment results
string
Specific run ID to evaluate. If not provided, evaluates the latest run

Returns

Returns a dictionary containing the evaluation results and metrics.

Example

Error Handling