Skip to content

Commit

Permalink
Update iris to penguin
Browse files Browse the repository at this point in the history
  • Loading branch information
GraemeMalcolm committed Aug 22, 2020
1 parent 1715d06 commit 3123325
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 04 - Clustering.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
"4. Steps 2 and 3 are repeated until a stopping criteria is met. Typically, the algorithm terminates when each new iteration results in negligable movement of centroids and the clusters become static.\n",
"5. When the clusters stop changing, the algorithm has *converged*, defining the locations of the clusters - note that the random starting point for the centroids means that re-running the algorithm could result in slightly different clusters, so training usually involves multiple iterations, reinitializing the centroids each time, and the model with the best WCSS is selected.\n",
"\n",
"Let's try using K-Means on our iris data with a K value of 3."
"Let's try using K-Means on our penguin data with a K value of 3."
]
},
{
Expand All @@ -173,7 +173,7 @@
"metadata": {},
"cell_type": "markdown",
"source": [
"Let's see those cluster assignments with the two-dimensional iris data points."
"Let's see those cluster assignments with the two-dimensional data points."
]
},
{
Expand Down Expand Up @@ -259,7 +259,7 @@
"\n",
"### Agglomerative Clustering\n",
"\n",
"Let's see an example of clustering the iris data using an agglomerative clustering algorithm."
"Let's see an example of clustering the penguin data using an agglomerative clustering algorithm."
]
},
{
Expand Down

0 comments on commit 3123325

Please sign in to comment.