From 63a107f7c01050adc0467d1445ddc164c3d17e4f Mon Sep 17 00:00:00 2001 From: iwwwish Date: Fri, 7 Aug 2020 18:17:57 -0400 Subject: [PATCH] uses new dataset --- notebooks/create_fold_data.ipynb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/notebooks/create_fold_data.ipynb b/notebooks/create_fold_data.ipynb index efae5c6..6a023ae 100644 --- a/notebooks/create_fold_data.ipynb +++ b/notebooks/create_fold_data.ipynb @@ -20,7 +20,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "(80361, 1085)\n" + "(80081, 1085)\n" ] } ], @@ -37,15 +37,15 @@ }, { "cell_type": "code", - "execution_count": 4, + "execution_count": 3, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ - "(56252, 1085)\n", - "(24109, 1085)\n" + "(56056, 1085)\n", + "(24025, 1085)\n" ] } ],