Skip to content

Commit

Permalink
Update survival_costfunc_cindex.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Barry57 authored Oct 29, 2024
1 parent a897d75 commit 14f1501
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion GENetLib/survival_costfunc_cindex.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,3 @@ def c_index(pred, ytime, yevent):
if torch.cuda.is_available():
concordance_index = concordance_index.cuda()
return(concordance_index)

0 comments on commit 14f1501

Please sign in to comment.