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
1f3b158cf760d1f14a93fd93a8235e34
mooc-rr
Commits
d2c2ed0f
Commit
d2c2ed0f
authored
Apr 08, 2020
by
1f3b158cf760d1f14a93fd93a8235e34
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no commit message
parent
0408e996
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1960 additions
and
8 deletions
+1960
-8
exercice.ipynb
module2/exo2/exercice.ipynb
+93
-3
analyse-syndrome-grippal.ipynb
module3/exo1/analyse-syndrome-grippal.ipynb
+17
-5
syndrome-grippal.csv
module3/exo1/syndrome-grippal.csv
+1850
-0
No files found.
module2/exo2/exercice.ipynb
View file @
d2c2ed0f
This diff is collapsed.
Click to expand it.
module3/exo1/analyse-syndrome-grippal.ipynb
View file @
d2c2ed0f
...
...
@@ -28,15 +28,27 @@
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
},
"execution_count": 5,
"metadata": {},
"outputs": [],
"source": [
"data_url = \"http://www.sentiweb.fr/datasets/incidence-PAY-3.csv\""
]
},
{
"cell_type": "code",
"execution_count": 6,
"metadata": {},
"outputs": [],
"source": [
"data_file = \"syndrome-grippal.csv\"\n",
"\n",
"import os\n",
"import urllib.request\n",
"if not os.path.exists(data_file):\n",
" urllib.request.urlretrieve(data_url, data_file)"
]
},
{
"cell_type": "markdown",
"metadata": {},
...
...
@@ -364,7 +376,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.
1
"
"version": "3.6.
4
"
}
},
"nbformat": 4,
...
...
module3/exo1/syndrome-grippal.csv
0 → 100644
View file @
d2c2ed0f
This diff is collapsed.
Click to expand it.
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