Skip to content

Commit 15a6680

Browse files
committed
🐛 set correct filepath
1 parent 9d84f2e commit 15a6680

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/tutorial/explorative_analysis.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"TARGET = \"event\"\n",
8383
"TIME_KM = \"time\"\n",
8484
"FOLDER = \"prostate\"\n",
85-
"CLINIC = \"https://raw.githubusercontent.com/RasmussenLab/njab/limit_scikitlearn/docs/tutorial/data/alzheimer/proteome.csv\"\n",
85+
"CLINIC = \"https://raw.githubusercontent.com/RasmussenLab/njab/limit_scikitlearn/docs/tutorial/data/prostate/prostate.csv\"\n",
8686
"val_ids: str = \"\" # List of comma separated values or filepath\n",
8787
"#\n",
8888
"# list or string of csv, eg. \"var1,var2\"\n",

docs/tutorial/explorative_analysis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
TARGET = "event"
5454
TIME_KM = "time"
5555
FOLDER = "prostate"
56-
CLINIC = "https://raw.githubusercontent.com/RasmussenLab/njab/limit_scikitlearn/docs/tutorial/data/alzheimer/proteome.csv"
56+
CLINIC = "https://raw.githubusercontent.com/RasmussenLab/njab/limit_scikitlearn/docs/tutorial/data/prostate/prostate.csv"
5757
val_ids: str = "" # List of comma separated values or filepath
5858
#
5959
# list or string of csv, eg. "var1,var2"

0 commit comments

Comments
 (0)