Skip to content

Commit 75f6d0d

Browse files
improve formatting of variable names in clustering
1 parent 4131732 commit 75f6d0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/clustering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ glue('toy-example-clus1-center', toy_example_clus1_center, display=True)
351351
```
352352

353353
In the first cluster from the example, there are {glue:text}`clus_rows_glue` data points. These are shown with their cluster center
354-
(flipper_length_standardized = {glue:text}`mean_flipper_len_std_glue` and bill_length_standardized = {glue:text}`mean_bill_len_std_glue`) highlighted
354+
(standardized flipper length {glue:text}`mean_flipper_len_std_glue`, standardized bill length {glue:text}`mean_bill_len_std_glue`) highlighted
355355
in {numref}`toy-example-clus1-center`
356356

357357
:::{glue:figure} toy-example-clus1-center

0 commit comments

Comments
 (0)