Arize Phoenix TS
Preparing search index...
@arizeai/phoenix-evals
code/classificationMetrics
formatBetaForMetricName
Function formatBetaForMetricName
formatBetaForMetricName
(
beta
:
number
)
:
string
Formats a beta value for use in metric names, e.g.
1
->
"f1"
,
0.5
->
"f0_5"
.
Parameters
beta
:
number
Returns
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Arize Phoenix TS
Loading...
Formats a beta value for use in metric names, e.g.
1->"f1",0.5->"f0_5".