Skip to content

Commit

Permalink
Fix Sepsis XES source
Browse files Browse the repository at this point in the history
  • Loading branch information
fmannhardt authored Nov 17, 2023
1 parent 61dad2b commit 402116f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion python/0_data_loading.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"import os\n",
"\n",
"# download from 4tu.nl\n",
"urlretrieve('https://data.4tu.nl/ndownloader/files/24061976', 'sepsis0.xes.gz')\n",
"urlretrieve('https://data.4tu.nl/file/33632f3c-5c48-40cf-8d8f-2db57f5a6ce7/643dccf2-985a-459e-835c-a82bce1c0339', 'sepsis0.xes.gz')\n",
"sepsis_log = pm4py.read_xes('sepsis0.xes.gz')\n",
"os.unlink('sepsis0.xes.gz') # clean up"
]
Expand Down
2 changes: 1 addition & 1 deletion python/1_data_preparation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"import os\n",
"\n",
"# download from 4tu.nl\n",
"urlretrieve('https://data.4tu.nl/ndownloader/files/24061976', 'sepsis1.xes.gz')\n",
"urlretrieve('https://data.4tu.nl/file/33632f3c-5c48-40cf-8d8f-2db57f5a6ce7/643dccf2-985a-459e-835c-a82bce1c0339', 'sepsis1.xes.gz')\n",
"sepsis_log = pm4py.read_xes('sepsis1.xes.gz')\n",
"os.unlink('sepsis1.xes.gz') # clean up"
]
Expand Down
2 changes: 1 addition & 1 deletion python/2_prediction_outcome.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"import os\n",
"\n",
"# download from 4tu.nl\n",
"urlretrieve('https://data.4tu.nl/ndownloader/files/24061976', 'sepsis2.xes.gz')\n",
"urlretrieve('https://data.4tu.nl/file/33632f3c-5c48-40cf-8d8f-2db57f5a6ce7/643dccf2-985a-459e-835c-a82bce1c0339', 'sepsis2.xes.gz')\n",
"sepsis_log = pm4py.read_xes('sepsis2.xes.gz')\n",
"os.unlink('sepsis2.xes.gz') # clean up\n",
"\n",
Expand Down

0 comments on commit 402116f

Please sign in to comment.