Roughly 40% of Titanic passengers survived, not 50% (fixes #102)
parent
830d6e4751
commit
34af2979c9
|
@ -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."
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue