From 767affca86e101e401a1497287a87f31cf76fb75 Mon Sep 17 00:00:00 2001 From: Kxrr Date: Sat, 25 Nov 2017 00:02:08 +0800 Subject: [PATCH] Fix incorrect description in chapter 2 --- 02_end_to_end_machine_learning_project.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02_end_to_end_machine_learning_project.ipynb b/02_end_to_end_machine_learning_project.ipynb index 7a72959..1cadabb 100644 --- a/02_end_to_end_machine_learning_project.ipynb +++ b/02_end_to_end_machine_learning_project.ipynb @@ -2258,7 +2258,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Great! It seems that we had the right imputer strategy (mean), and apparently only the top 7 features are useful (out of 9), the last 2 seem to just add some noise." + "Great! It seems that we had the right imputer strategy (median), and apparently only the top 7 features are useful (out of 9), the last 2 seem to just add some noise." ] }, {