remove#

ComparisonReport.metrics.remove(name)[source]#

Remove a metric from each underlying estimator report.

Parameters:
namestr

The technical name of the metric to remove.

Raises:
KeyError

If name is not registered on an underlying report.

See also

add

Add a custom metric.