From 443cc92b4812a141b5eeabc70e5b9f6af48fae66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E9=9B=A8=E8=96=87?= <2721047181@qq.com> Date: Fri, 7 Sep 2018 12:30:11 +0800 Subject: [PATCH] Update Day 6_Logistic_Regression.ipynb --- Code/Day 6_Logistic_Regression.ipynb | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Code/Day 6_Logistic_Regression.ipynb b/Code/Day 6_Logistic_Regression.ipynb index 4252094..32e3fd0 100644 --- a/Code/Day 6_Logistic_Regression.ipynb +++ b/Code/Day 6_Logistic_Regression.ipynb @@ -17,7 +17,7 @@ }, { "cell_type": "code", - "execution_count": 10, + "execution_count": 0, "metadata": {}, "outputs": [], "source": [ @@ -36,7 +36,7 @@ }, { "cell_type": "code", - "execution_count": 11, + "execution_count": 1, "metadata": {}, "outputs": [], "source": [ @@ -54,7 +54,7 @@ }, { "cell_type": "code", - "execution_count": 12, + "execution_count":2, "metadata": {}, "outputs": [], "source": [ @@ -71,7 +71,7 @@ }, { "cell_type": "code", - "execution_count": 13, + "execution_count": 3, "metadata": {}, "outputs": [ { @@ -101,7 +101,7 @@ }, { "cell_type": "code", - "execution_count": 14, + "execution_count": 4, "metadata": {}, "outputs": [ { @@ -113,7 +113,7 @@ " verbose=0, warm_start=False)" ] }, - "execution_count": 14, + "execution_count": 5, "metadata": {}, "output_type": "execute_result" } @@ -134,7 +134,7 @@ }, { "cell_type": "code", - "execution_count": 15, + "execution_count":6, "metadata": {}, "outputs": [], "source": [ @@ -152,7 +152,7 @@ }, { "cell_type": "code", - "execution_count": 16, + "execution_count":7, "metadata": {}, "outputs": [], "source": [ @@ -169,7 +169,7 @@ }, { "cell_type": "code", - "execution_count": 17, + "execution_count": 8, "metadata": {}, "outputs": [ {