Class: Braintrust::Eval::ScorerStats
- Inherits:
-
Struct
- Object
- Struct
- Braintrust::Eval::ScorerStats
- Defined in:
- lib/braintrust/eval/summary.rb
Overview
Aggregated statistics for a single scorer across test cases
Instance Attribute Summary collapse
-
#name ⇒ String
Scorer name.
-
#score_mean ⇒ Float
Mean score (0.0 to 1.0).
Instance Attribute Details
#name ⇒ String
Scorer name
8 9 10 |
# File 'lib/braintrust/eval/summary.rb', line 8 def name @name end |
#score_mean ⇒ Float
Mean score (0.0 to 1.0)
8 9 10 |
# File 'lib/braintrust/eval/summary.rb', line 8 def score_mean @score_mean end |