From bb15e04c25850063324a7e9eb1b29e58d82234c7 Mon Sep 17 00:00:00 2001 From: Austin Chan Date: Sun, 22 Aug 2021 17:21:09 -0700 Subject: [PATCH] [Typo] Fix typo in Chapter 9 Olivetti faces exercise --- 09_unsupervised_learning.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/09_unsupervised_learning.ipynb b/09_unsupervised_learning.ipynb index 93ca751..10be3ea 100644 --- a/09_unsupervised_learning.ipynb +++ b/09_unsupervised_learning.ipynb @@ -3459,7 +3459,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "The optimal number of clusters is not clear on this inertia diagram, as there is no obvious elbow, so let's stick with k=100." + "The optimal number of clusters is not clear on this inertia diagram, as there is no obvious elbow, so let's stick with k=120." ] }, {