tfma.metrics.WeightedExampleCount

Stay organized with collections Save and categorize content based on your preferences.

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.