Score Types
- Automated scores - From evaluators
- Human scores - From clinician reviews
- Aggregate scores - Combined metrics
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Retrieve and analyze evaluation scores.
scores = client.scores.list(
evaluation_id="eval_abc123",
evaluator="triage_accuracy"
)
for score in scores:
print(f"Sample {score.sample_id}: {score.value}")
