From 120de813ddf75554d693fff49f3f000dadc82543 Mon Sep 17 00:00:00 2001 From: Aurelien Geron Date: Tue, 17 Oct 2017 11:28:55 +0200 Subject: [PATCH] Roughly 40% of Titanic passengers survived, not 50% (fixes #102) --- 03_classification.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03_classification.ipynb b/03_classification.ipynb index e8ef581..2c15e20 100644 --- a/03_classification.ipynb +++ b/03_classification.ipynb @@ -2819,7 +2819,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "* Yikes, only 48% **Survived**. :( That's close to 50%, so accuracy will be a reasonable metric to evaluate our model.\n", + "* Yikes, only 38% **Survived**. :( That's close enough to 40%, so accuracy will be a reasonable metric to evaluate our model.\n", "* The mean **Fare** was £32.20, which does not seem so expensive (but it was probably a lot of money back then).\n", "* The mean **Age** was less than 30 years old." ]