tfma.metrics.MeanAbsoluteError

Calculates the mean of absolute error between labels and predictions.

Inherits From: Metric

Formula: error = abs(label - prediction)

The metric computes the mean of absolute error between labels and predictions. The labels and predictions should be floats.

name The name of the metric.

compute_confidence_interval Whether to compute confidence intervals for this metric.

Note that this may not completely remove the computational overhead involved in computing a given metric. This is only respected by the jackknife confidence interval method.

Methods

computations

View source

Creates computations associated with metric.

from_config

View source

get_config

View source

Returns serializable config.