Skip to content

Commit

Permalink
return prob
Browse files Browse the repository at this point in the history
  • Loading branch information
inoue0426 committed Nov 7, 2024
1 parent 15f1fe9 commit 4c599ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drGAT.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
This is the official implementation of "drGAT: Attention-Guided Gene Assessment
This is the official implementation of "drGAT: Attention-Guided Gene Assessment
for Drug Response in Drug-Cell-Gene Heterogeneous Network."
Written by inoue0426
Expand Down Expand Up @@ -303,4 +303,4 @@ def eval(model, data, device=None):
test_labels.cpu().detach().numpy(), predict.cpu().detach().numpy()
)

return res
return predict, res

0 comments on commit 4c599ab

Please sign in to comment.