tfma.metrics.WeightedExampleCount

Weighted example count (deprecated - use ExampleCount).

Inherits From: ExampleCount, Metric

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.