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." ]