mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-28 07:57:44 +00:00
Dm (#132)
This commit is contained in:
@@ -96,8 +96,5 @@ acc = roc_auc_score(y_test, np.concatenate(y_pred))
|
||||
|
||||
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))
|
||||
|
||||
Reference in New Issue
Block a user