Skip to content

Commit 186d6b0

Browse files
committed
refactor: add reasoning behind why we are using K-means to start
1 parent 88c8c1c commit 186d6b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

individual_modules/introduction_to_machine_learning/4_unsupervised_learning.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"## K-means clustering\n",
3232
"\n",
3333
"* This type of algorithm tries to assign class labels (i.e. generate clusters) from unlabelled data.\n",
34-
"* There are many different clustering algorithms, but K-means is a great place to start.\n",
34+
"* While there are many types of algorithms that generate clusters, K-means is a great place to start due to its simplicity (much like how we defaulted to linear regressions in previous notebooks).\n",
3535
"\n",
3636
"### How does it work?\n",
3737
"\n",

0 commit comments

Comments
 (0)