tfma.metrics.ExampleCount

Example count.

Inherits From: Metric

Note that although the example_count is independent of the model, this metric will be associated with a model for consistency with other metrics.

name Metric name.

compute_confidence_interval Always disable confidence intervals for ExampleCount.

Confidence intervals capture uncertainty in a metric if it were computed on more examples. For ExampleCount, this sort of uncertainty is not meaningful, so confidence intervals are disabled.

Methods

computations

View source

Creates computations associated with metric.

get_config

View source

Returns serializable config.