The details of the performance metric.
model_card_toolkit.PerformanceMetric(
type: Text,
value: Union[int, float, Text],
confidence_interval: Optional[model_card_toolkit.ConfidenceInterval
] = None,
threshold: Optional[float] = None,
slice: Optional[Text] = None
)
Attributes |
type
|
What performance metric are you reporting on?
|
value
|
What is the value of this performance metric?
|
confidence_interval
|
What is the confidence interval for this
performance metric's value?
|
threshold
|
At what threshold was this metric computed?
|
slice
|
What slice of your data was this metric computed on?
|
Methods
__eq__
__eq__(
other
)
Class Variables |
confidence_interval
|
None
|
slice
|
None
|
threshold
|
None
|