test

parent 45fd1687
......@@ -8,10 +8,10 @@
]
},
{
"cell_type": "raw",
"cell_type": "markdown",
"metadata": {},
"source": [
"date de téléchargement des données du \"Keeling Curve\" (weekly) : 11/11/2024"
"Date de téléchargement des données du \"Keeling Curve\" (weekly) : 11/11/2024"
]
},
{
......@@ -406,7 +406,7 @@
{
"data": {
"text/plain": [
"<matplotlib.axes._subplots.AxesSubplot at 0x7f0084ed97f0>"
"<matplotlib.axes._subplots.AxesSubplot at 0x7fe988edb3c8>"
]
},
"execution_count": 3,
......@@ -431,7 +431,7 @@
]
},
{
"cell_type": "raw",
"cell_type": "markdown",
"metadata": {},
"source": [
"On a bel et bien une oscillation périodique superposée à une évolution systématique plus lente."
......@@ -445,7 +445,7 @@
{
"data": {
"text/plain": [
"<matplotlib.axes._subplots.AxesSubplot at 0x7f0082d86da0>"
"<matplotlib.axes._subplots.AxesSubplot at 0x7fe986d980f0>"
]
},
"execution_count": 4,
......@@ -471,7 +471,7 @@
]
},
{
"cell_type": "raw",
"cell_type": "markdown",
"metadata": {},
"source": [
"Caractérisation de l'évolution lente en faisant une moyenne mobile sur 25 semaines."
......@@ -485,7 +485,7 @@
{
"data": {
"text/plain": [
"<matplotlib.axes._subplots.AxesSubplot at 0x7f0082cd0470>"
"<matplotlib.axes._subplots.AxesSubplot at 0x7fe986cd1400>"
]
},
"execution_count": 5,
......@@ -511,14 +511,14 @@
]
},
{
"cell_type": "raw",
"cell_type": "markdown",
"metadata": {},
"source": [
"Caractérisation de l'oscillation periodique en soustrayant la tendance lente des données d'origine."
]
},
{
"cell_type": "raw",
"cell_type": "markdown",
"metadata": {},
"source": [
"On enlève les données CO2 qui valent Naan."
......@@ -534,7 +534,7 @@
]
},
{
"cell_type": "raw",
"cell_type": "markdown",
"metadata": {},
"source": [
"On convertit la date en jours pour la régression."
......@@ -572,7 +572,7 @@
]
},
{
"cell_type": "raw",
"cell_type": "markdown",
"metadata": {},
"source": [
"On met en place les prédictions jusqu'à fin 2025."
......@@ -590,7 +590,7 @@
]
},
{
"cell_type": "raw",
"cell_type": "markdown",
"metadata": {},
"source": [
"On ajoute à raw_data les nouvelles données."
......@@ -608,7 +608,7 @@
]
},
{
"cell_type": "raw",
"cell_type": "markdown",
"metadata": {},
"source": [
"Mis en place de l'affichage."
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment