Skip to content

Commit f49cfb8

Browse files
committed
Update demo description
1 parent 5d9e811 commit f49cfb8

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

drugban_demo.ipynb

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"\n",
1111
"| [Open In Colab](https://colab.research.google.com/github/pz-white/DrugBAN/blob/main/drugban_demo.ipynb) (click `Runtime` → `Run all (Ctrl+F9)` |\n",
1212
"\n",
13-
"This is a code demo of DrugBAN model for drug-target interaction prediction. It takes about 3 minutes to run the whole pipeline."
13+
"This is a code demo of DrugBAN framework for drug-target interaction prediction. It takes about 3 minutes to run the whole pipeline."
1414
]
1515
},
1616
{
@@ -190,7 +190,7 @@
190190
"source": [
191191
"## Model Training and Test Optimized Model\n",
192192
"\n",
193-
"Optimize model parameters using the trainer and check test performance. The result is saved in the colab temporary directory: `DrugBAN/result/demo`. You can access it by clicking `Files` tab on the left side of colab interface."
193+
"Optimize model parameters using the trainer and check test performance."
194194
]
195195
},
196196
{
@@ -220,7 +220,9 @@
220220
"Validation at Epoch 1 with validation loss 0.6943950802087784 AUROC 0.6544117647058824 AUPRC 0.44206349206349205\n",
221221
"Test at Best Model of Epoch 1 with test loss 0.6565468311309814 AUROC 0.4245614035087719 AUPRC 0.4018830588082055 Sensitivity 0.0 Specificity 1.0 Accuracy 0.3877551020408163 Thred_optim 0.42230069637298584\n",
222222
"Directory for saving result: ./result/demo\n",
223-
"```"
223+
"```\n",
224+
"\n",
225+
"Finally, the output result is saved in the colab temporary directory: `DrugBAN/result/demo`. You can access it by clicking `Files` tab on the left side of colab interface."
224226
],
225227
"metadata": {
226228
"id": "haKH889bNPvE"
@@ -232,7 +234,7 @@
232234
"collapsed_sections": [],
233235
"name": "drugban_demo.ipynb",
234236
"provenance": [],
235-
"authorship_tag": "ABX9TyPiyTl+X0l/7u5d5DSrLhsq"
237+
"authorship_tag": "ABX9TyOeeQpD1icqPrAwlRT0jELM"
236238
},
237239
"gpuClass": "standard",
238240
"kernelspec": {

0 commit comments

Comments
 (0)