Skip to content

Commit 4789ac9

Browse files
committed
Typo
1 parent c227669 commit 4789ac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

04 - Clustering.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
"metadata": {},
121121
"cell_type": "markdown",
122122
"source": [
123-
"The plot shows a large reduction in WCSS (so greater *tightness*) as the number of clusters increases from one to two, and a further noticable reduction from two to three clusters. After that, the reduction is less pronounced, resulting on an \"elbow\" in the chart at around three clusters. This is a good indication that there are two to three reasonably well separated clusters of data points.\n",
123+
"The plot shows a large reduction in WCSS (so greater *tightness*) as the number of clusters increases from one to two, and a further noticable reduction from two to three clusters. After that, the reduction is less pronounced, resulting in an \"elbow\" in the chart at around three clusters. This is a good indication that there are two to three reasonably well separated clusters of data points.\n",
124124
"\n",
125125
"## K-Means Clustering\n",
126126
"\n",

0 commit comments

Comments
 (0)