Class: EvaluationRow
Single (example, prediction, score) row from an evaluation run.
URI: dspy:EvaluationRow
classDiagram
class EvaluationRow
click EvaluationRow href "../EvaluationRow/"
EvaluationRow : example
EvaluationRow --> "0..1" Example : example
click Example href "../Example/"
EvaluationRow : prediction
EvaluationRow --> "0..1" Prediction : prediction
click Prediction href "../Prediction/"
EvaluationRow : score
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| example | 0..1 Example |
direct | |
| prediction | 0..1 Prediction |
direct | |
| score | 0..1 Float |
Numeric score attached to a Prediction (used for arithmetic / comparison) | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| EvaluationResult | results | range | EvaluationRow |
In Subsets
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/dspy
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | dspy:EvaluationRow |
| native | dspy:EvaluationRow |
| close | nexus:EvaluationResultRecord |
LinkML Source
Direct
name: EvaluationRow
description: Single (example, prediction, score) row from an evaluation run.
in_subset:
- evaluation
from_schema: https://w3id.org/lmodel/dspy
close_mappings:
- nexus:EvaluationResultRecord
slots:
- example
- prediction
- score
Induced
name: EvaluationRow
description: Single (example, prediction, score) row from an evaluation run.
in_subset:
- evaluation
from_schema: https://w3id.org/lmodel/dspy
close_mappings:
- nexus:EvaluationResultRecord
attributes:
example:
name: example
from_schema: https://w3id.org/lmodel/dspy
rank: 1000
owner: EvaluationRow
domain_of:
- EvaluationRow
range: Example
inlined: true
prediction:
name: prediction
from_schema: https://w3id.org/lmodel/dspy
rank: 1000
owner: EvaluationRow
domain_of:
- EvaluationRow
range: Prediction
inlined: true
score:
name: score
description: Numeric score attached to a Prediction (used for arithmetic / comparison).
from_schema: https://w3id.org/lmodel/dspy
rank: 1000
owner: EvaluationRow
domain_of:
- Prediction
- EvaluationRow
range: float