From 518b494439ee4a91630c1d8133e11693d7d190f1 Mon Sep 17 00:00:00 2001 From: 732afbed1f51733fba4ec4ed0e9bd727 <732afbed1f51733fba4ec4ed0e9bd727@app-learninglab.inria.fr> Date: Mon, 23 Oct 2023 22:15:17 +0000 Subject: [PATCH] module3/exo3/exercice.ipynb --- module3/exo3/exercice.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module3/exo3/exercice.ipynb b/module3/exo3/exercice.ipynb index bd569da..c8f3b54 100644 --- a/module3/exo3/exercice.ipynb +++ b/module3/exo3/exercice.ipynb @@ -2426,7 +2426,7 @@ }, { "cell_type": "code", - "execution_count": 74, + "execution_count": 76, "metadata": {}, "outputs": [ { @@ -2474,7 +2474,7 @@ "plt.plot(dates, co2_data)\n", "plt.title('Concentration de CO2 avec Oscillation Périodique')\n", "\n", - "# Extrapoler la tendance lente jusqu'à 2025\n", + "# Extrapoler la tendance lente jusqu'à 2023\n", "years = np.arange(1958, 2024)\n", "extrapolated_data = linear_model(len(co2_data)+ years - 1958, *popt)\n", "\n", -- 2.18.1