Skip to content

Commit

Permalink
fix: static reference
Browse files Browse the repository at this point in the history
  • Loading branch information
HiIAmTzeKean committed Nov 29, 2024
1 parent f3678ea commit 9e48f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 9e48f1a

Please sign in to comment.