remove# ComparisonReport.metrics.remove(name)[source]# Remove a metric from each underlying estimator report. Parameters: namestrThe technical name of the metric to remove. Raises: KeyErrorIf name is not registered on an underlying report. See also addAdd a custom metric.