Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mooc-rr
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cristobalcarreno
mooc-rr
Commits
41838bd3
Commit
41838bd3
authored
Jun 06, 2022
by
cristobalcarreno
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no commit message
parent
b76ced84
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
48 deletions
+27
-48
influenza-like-illness-analysis.ipynb
module3/exo1/influenza-like-illness-analysis.ipynb
+27
-48
No files found.
module3/exo1/influenza-like-illness-analysis.ipynb
View file @
41838bd3
...
...
@@ -32,15 +32,8 @@
"metadata": {},
"outputs": [],
"source": [
"data_url = \"http://www.sentiweb.fr/datasets/incidence-PAY-3.csv\""
]
},
{
"cell_type": "code",
"execution_count": 3,
"metadata": {},
"outputs": [],
"source": [
"data_url = \"http://www.sentiweb.fr/datasets/incidence-PAY-3.csv\"\n",
"\n",
"data_file = \"syndrome-grippal.csv\"\n",
"\n",
"import os\n",
...
...
@@ -80,7 +73,7 @@
},
{
"cell_type": "code",
"execution_count":
4
,
"execution_count":
3
,
"metadata": {},
"outputs": [
{
...
...
@@ -1045,7 +1038,7 @@
"[1961 rows x 10 columns]"
]
},
"execution_count":
4
,
"execution_count":
3
,
"metadata": {},
"output_type": "execute_result"
}
...
...
@@ -1064,7 +1057,7 @@
},
{
"cell_type": "code",
"execution_count":
5
,
"execution_count":
4
,
"metadata": {},
"outputs": [
{
...
...
@@ -1126,7 +1119,7 @@
"1724 FR France "
]
},
"execution_count":
5
,
"execution_count":
4
,
"metadata": {},
"output_type": "execute_result"
}
...
...
@@ -1144,7 +1137,7 @@
},
{
"cell_type": "code",
"execution_count":
6
,
"execution_count":
5
,
"metadata": {},
"outputs": [
{
...
...
@@ -2109,7 +2102,7 @@
"[1960 rows x 10 columns]"
]
},
"execution_count":
6
,
"execution_count":
5
,
"metadata": {},
"output_type": "execute_result"
}
...
...
@@ -2138,7 +2131,7 @@
},
{
"cell_type": "code",
"execution_count":
7
,
"execution_count":
6
,
"metadata": {},
"outputs": [],
"source": [
...
...
@@ -2167,7 +2160,7 @@
},
{
"cell_type": "code",
"execution_count":
8
,
"execution_count":
7
,
"metadata": {},
"outputs": [],
"source": [
...
...
@@ -2191,7 +2184,7 @@
},
{
"cell_type": "code",
"execution_count":
9
,
"execution_count":
8
,
"metadata": {},
"outputs": [
{
...
...
@@ -2219,16 +2212,16 @@
},
{
"cell_type": "code",
"execution_count":
10
,
"execution_count":
9
,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"<matplotlib.axes._subplots.AxesSubplot at 0x7f
3fd4b766d8
>"
"<matplotlib.axes._subplots.AxesSubplot at 0x7f
b948acd780
>"
]
},
"execution_count":
10
,
"execution_count":
9
,
"metadata": {},
"output_type": "execute_result"
},
...
...
@@ -2258,16 +2251,16 @@
},
{
"cell_type": "code",
"execution_count": 1
1
,
"execution_count": 1
0
,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"<matplotlib.axes._subplots.AxesSubplot at 0x7f
3fd28ec6d
8>"
"<matplotlib.axes._subplots.AxesSubplot at 0x7f
b9469380b
8>"
]
},
"execution_count": 1
1
,
"execution_count": 1
0
,
"metadata": {},
"output_type": "execute_result"
},
...
...
@@ -2316,7 +2309,7 @@
},
{
"cell_type": "code",
"execution_count": 1
2
,
"execution_count": 1
1
,
"metadata": {},
"outputs": [],
"source": [
...
...
@@ -2336,7 +2329,7 @@
},
{
"cell_type": "code",
"execution_count": 1
3
,
"execution_count": 1
2
,
"metadata": {},
"outputs": [],
"source": [
...
...
@@ -2360,16 +2353,16 @@
},
{
"cell_type": "code",
"execution_count": 1
4
,
"execution_count": 1
3
,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"<matplotlib.axes._subplots.AxesSubplot at 0x7f
3fd288b1d0
>"
"<matplotlib.axes._subplots.AxesSubplot at 0x7f
b9468c1f98
>"
]
},
"execution_count": 1
4
,
"execution_count": 1
3
,
"metadata": {},
"output_type": "execute_result"
},
...
...
@@ -2399,7 +2392,7 @@
},
{
"cell_type": "code",
"execution_count": 1
5
,
"execution_count": 1
4
,
"metadata": {},
"outputs": [
{
...
...
@@ -2444,7 +2437,7 @@
"dtype: int64"
]
},
"execution_count": 1
5
,
"execution_count": 1
4
,
"metadata": {},
"output_type": "execute_result"
}
...
...
@@ -2463,16 +2456,16 @@
},
{
"cell_type": "code",
"execution_count": 1
6
,
"execution_count": 1
5
,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"<matplotlib.axes._subplots.AxesSubplot at 0x7f
3fd27dcda0
>"
"<matplotlib.axes._subplots.AxesSubplot at 0x7f
b94681d978
>"
]
},
"execution_count": 1
6
,
"execution_count": 1
5
,
"metadata": {},
"output_type": "execute_result"
},
...
...
@@ -2492,20 +2485,6 @@
"source": [
"yearly_incidence.hist(xrot=20)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment