diff --git a/kaggle/titanic.ipynb b/kaggle/titanic.ipynb index e985b5b..eb3251c 100644 --- a/kaggle/titanic.ipynb +++ b/kaggle/titanic.ipynb @@ -1,7 +1,7 @@ { "metadata": { "name": "", - "signature": "sha256:e3453ddfc1306af58988534b0c33922689bc39e154ef8fe83f66ebfb84c8b3bf" + "signature": "sha256:d49ab1819dc8545d4c81271bb3aeebc055d96d9d03404cce61369aab05a1e70f" }, "nbformat": 3, "nbformat_minor": 0, @@ -104,9 +104,10 @@ ] }, { - "cell_type": "raw", + "cell_type": "markdown", "metadata": {}, "source": [ + "
\n", "VARIABLE DESCRIPTIONS:\n", "survival Survival\n", " (0 = No; 1 = Yes)\n", @@ -143,7 +144,8 @@ "nephews/nieces, aunts/uncles, and in-laws. Some children travelled\n", "only with a nanny, therefore parch=0 for them. As well, some\n", "travelled with very close friends or neighbors in a village, however,\n", - "the definitions do not support such relations." + "the definitions do not support such relations.\n", + "" ] }, {