diff --git a/docs/tutorials/scene_segmentation_rf_isic_tutorial.ipynb b/docs/tutorials/scene_segmentation_rf_isic_tutorial.ipynb index e7dcdee77b..23cb4e5fb5 100644 --- a/docs/tutorials/scene_segmentation_rf_isic_tutorial.ipynb +++ b/docs/tutorials/scene_segmentation_rf_isic_tutorial.ipynb @@ -303,9 +303,9 @@ "\n", "*Dice Score*\n", "- Sorensen-Dice Coefficient: also known as the dice score, this is a measure of how similar two images are, defined as \n", - "$$Dice \n", - "= \\frac{2|X \\cap Y|}{|X| + |Y|}$$\n", - "where $X$ and $Y$ are the sets of pixels in the true annotated image and the predicted labels. The numerator is finding where they intersect and have the same pixel labels, and the numerator is finding the total number of pixels. It is desirable for this value to be close to 1." + "$$Dice = \\frac{2|X \\cap Y|}{|X| + |Y|}$$\n", + "\n", + "where X and Y are the sets of pixels in the true annotated image and the predicted labels. The numerator is finding where they intersect and have the same pixel labels, and the numerator is finding the total number of pixels. It is desirable for this value to be close to 1." ] }, {