From 06a5aa8b6fcc7d487d1b56611e43f817b9f96e32 Mon Sep 17 00:00:00 2001 From: 973469d19e8da3800b283676fe06a1b5 <973469d19e8da3800b283676fe06a1b5@app-learninglab.inria.fr> Date: Sun, 22 Jun 2025 21:30:18 +0000 Subject: [PATCH] entrega 3 --- module3/exo1/influenza-like-illness-analysis.ipynb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/module3/exo1/influenza-like-illness-analysis.ipynb b/module3/exo1/influenza-like-illness-analysis.ipynb index 606ab1e..7b251a9 100644 --- a/module3/exo1/influenza-like-illness-analysis.ipynb +++ b/module3/exo1/influenza-like-illness-analysis.ipynb @@ -35,6 +35,13 @@ "data_url = \"http://www.sentiweb.fr/datasets/incidence-PAY-3.csv\"" ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "We need a local copy of the data for ensure the reproducibility of this analysis." + ] + }, { "cell_type": "code", "execution_count": 4, -- 2.18.1