From 7482a6a3f3fa00e2a4586640cc66a4484d960b19 Mon Sep 17 00:00:00 2001 From: 264af2e9a1e4e844f861df089a5604e3 <264af2e9a1e4e844f861df089a5604e3@app-learninglab.inria.fr> Date: Fri, 1 Nov 2024 21:42:32 +0000 Subject: [PATCH] no commit message --- module3/exo2/exerciceTabac.ipynb | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/module3/exo2/exerciceTabac.ipynb b/module3/exo2/exerciceTabac.ipynb index c26fe7c..856bb99 100644 --- a/module3/exo2/exerciceTabac.ipynb +++ b/module3/exo2/exerciceTabac.ipynb @@ -61,7 +61,7 @@ }, { "cell_type": "code", - "execution_count": 1, + "execution_count": 3, "metadata": {}, "outputs": [], "source": [ @@ -80,16 +80,17 @@ }, { "cell_type": "code", - "execution_count": 2, + "execution_count": 16, "metadata": {}, "outputs": [], "source": [ - "data_file = \"Subject6_smoking.csv\"" + "data_file = \"Subject6_smoking.csv\"\n", + "#data_file = \"https://gitlab.inria.fr/learninglab/mooc-rr/mooc-rr-ressources/blob/master/module3/Practical_session/Subject6_smoking.csv\"" ] }, { "cell_type": "code", - "execution_count": 3, + "execution_count": 17, "metadata": { "scrolled": true }, @@ -559,7 +560,7 @@ "[1314 rows x 3 columns]" ] }, - "execution_count": 3, + "execution_count": 17, "metadata": {}, "output_type": "execute_result" } -- 2.18.1