Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SH-Src committed Jul 30, 2024
1 parent 13c5011 commit b16e4d4
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,5 @@ def collate_fn(batch):

print(acc)

res = pd.Series(data=[acc], index=['AUROC'])
res = pd.Series(data=[acc], index=["AUROC"])
res.to_csv("./submission.csv")
# Save the predictions to submission.csv
# with open("./submission.txt", "w") as f:
# f.write(str(acc))

0 comments on commit b16e4d4

Please sign in to comment.