tfma.metrics.CalibrationPlot

Calibration plot.

Inherits From: Metric

num_buckets Number of buckets to use when creating the plot. Defaults to 1000.
left Left boundary of plot. Defaults to 0.0 when a schema is not provided.
right Right boundary of plot. Defaults to 1.0 when a schema is not provided.
name Plot name.

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.

get_config

View source

Returns serializable config.