We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edc830c commit 15b5cdcCopy full SHA for 15b5cdc
src/sagemaker/dashboard/model_quality_dashboard.py
@@ -130,7 +130,7 @@ def _generate_widgets(self):
130
for graphs_per_line in metrics_to_graph:
131
for graph in graphs_per_line:
132
graph_title = graph[0]
133
- graph_metrics = graph[1]
+ graph_metrics = ["%^" + str(metric) + "$%" for metric in graph[1]]
134
metrics_string = " OR ".join(graph_metrics)
135
if self.batch_transform is not None:
136
graph_properties = DashboardWidgetProperties(
0 commit comments