diff --git a/11_chrun_prediction/churn.ipynb b/11_chrun_prediction/churn.ipynb index 19001bd..c35a8f5 100644 --- a/11_chrun_prediction/churn.ipynb +++ b/11_chrun_prediction/churn.ipynb @@ -16,7 +16,7 @@ }, { "cell_type": "code", - "execution_count": 251, + "execution_count": 1, "metadata": {}, "outputs": [], "source": [ @@ -35,7 +35,7 @@ }, { "cell_type": "code", - "execution_count": 252, + "execution_count": 2, "metadata": { "scrolled": true }, @@ -86,124 +86,124 @@ " \n", "
Model: \"sequential_1\"\n", + "
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓\n", + "┃ Layer (type) ┃ Output Shape ┃ Param # ┃\n", + "┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩\n", + "│ embedding (Embedding) │ (None, 4, 5) │ 150 │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ flatten (Flatten) │ (None, 20) │ 0 │\n", + "├─────────────────────────────────┼────────────────────────┼───────────────┤\n", + "│ dense (Dense) │ (None, 1) │ 21 │\n", + "└─────────────────────────────────┴────────────────────────┴───────────────┘\n", + "
Total params: 171 (684.00 B)\n", + "
Trainable params: 171 (684.00 B)\n", + "
Non-trainable params: 0 (0.00 B)\n", + "