ScoringResult
The combined result of running scorers against a single example.
Properties
PropType
success?boolean
True only if every scorer passed its threshold.
Type
booleanscorers?ExperimentScorer[]
Per-scorer results, directly from the API.
Type
ExperimentScorer[]example?Example
The original example that was evaluated.
Type
Example