From 9e48f1af9d607bf37f71d2f14499be71d02cf369 Mon Sep 17 00:00:00 2001 From: HiIAmTzeKean Date: Fri, 29 Nov 2024 17:16:41 +0800 Subject: [PATCH] fix: static reference --- examples/demo.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/demo.ipynb b/examples/demo.ipynb index c94e342..b75a651 100644 --- a/examples/demo.ipynb +++ b/examples/demo.ipynb @@ -514,7 +514,7 @@ "We define 4 level of metrics computation. The below diagram will showcase an\n", "example of how the metric would be computed using the example of Precision@10.\n", "\n", - "![metric computation](../docs/source/_static/metric_definition.jpg)\n", + "![metric computation](../docs/source/_static/metric_definition.png)\n", "\n", "A `MetricAccumulator` class is used to abstract the computation from the evaluator\n", "class. More details can be found within the `streamsight.metrics` module."