diff --git a/03_classification.ipynb b/03_classification.ipynb index ea39159..1e7960a 100644 --- a/03_classification.ipynb +++ b/03_classification.ipynb @@ -1494,7 +1494,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." ]