From 9baa2f875981c852a97d5ec16d31127401eb2129 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Geron?= Date: Wed, 26 Dec 2018 12:39:24 +0800 Subject: [PATCH] Rename notebook to Unsupervised Learning --- 08_unsupervised_learning.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08_unsupervised_learning.ipynb b/08_unsupervised_learning.ipynb index de3406e..654bf50 100644 --- a/08_unsupervised_learning.ipynb +++ b/08_unsupervised_learning.ipynb @@ -4,7 +4,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "**Chapter 8 – Dimensionality Reduction**\n", + "**Chapter 8 – Unsupervised Learning**\n", "\n", "_This notebook contains all the sample code and solutions to the exercises in chapter 8._" ]