Skip to content

Commit

Permalink
checkpointing
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalIversen committed Dec 16, 2024
1 parent 9bcf376 commit 9278626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/train_and_predict_final.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def compute_cross(
predictions_path,
f"predictions_{args.split_id}.csv",
)
test_set.save(prediction_dataset)
test_set.to_csv(prediction_dataset)
for ds in args.cross_study_datasets:
if ds == "NONE.csv":
continue
Expand Down

0 comments on commit 9278626

Please sign in to comment.