You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: drugban_demo.ipynb
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
"\n",
11
11
"| [Open In Colab](https://colab.research.google.com/github/pz-white/DrugBAN/blob/main/drugban_demo.ipynb) (click `Runtime` → `Run all (Ctrl+F9)` |\n",
12
12
"\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."
14
14
]
15
15
},
16
16
{
@@ -190,7 +190,7 @@
190
190
"source": [
191
191
"## Model Training and Test Optimized Model\n",
192
192
"\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."
194
194
]
195
195
},
196
196
{
@@ -220,7 +220,9 @@
220
220
"Validation at Epoch 1 with validation loss 0.6943950802087784 AUROC 0.6544117647058824 AUPRC 0.44206349206349205\n",
221
221
"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",
222
222
"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."
0 commit comments