Evaluation Runner
The EvaluationRunner
manages the evaluation process for a pipeline.
To evaluate on the dataset defined in the pipeline you can run
The evaluate method will run each metric and return a MetricsResults
object with the results.
Evaluate on pipeline logs
If you use the PipelineLogger
to log your pipeline outputs, you can evaluate on the logs directly.
Evaluate on other data
You can also evaluate on other data by passing a Dataset
object to the evaluate
method.