From 7c9d29bf5cc853c6b74e1c9e2002a6d3ee063635 Mon Sep 17 00:00:00 2001 From: paultancre <98691694+paultancre@users.noreply.github.com> Date: Tue, 21 Jun 2022 15:42:32 +0100 Subject: [PATCH] Update custom_metrics_basics.ipynb forgot to format the line properly added \n and removed the unnecessary parentheses --- examples/model_diagnostics/custom_metrics_basics.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/model_diagnostics/custom_metrics_basics.ipynb b/examples/model_diagnostics/custom_metrics_basics.ipynb index 45c3a8c4b..d90ee79e8 100644 --- a/examples/model_diagnostics/custom_metrics_basics.ipynb +++ b/examples/model_diagnostics/custom_metrics_basics.ipynb @@ -106,7 +106,7 @@ "from labelbox.data.annotation_types import (ScalarMetric, Label, ImageData,\n", " Point, Rectangle, ObjectAnnotation,\n", " ClassificationAnnotation,\n", - " ClassificationAnswer, Radio)", + " ClassificationAnswer, Radio)\n" "import json" ] },