Skip to content

Commit

Permalink
Merge pull request #39 from gertstulp/patch-1
Browse files Browse the repository at this point in the history
run.py did not work
  • Loading branch information
AdrienneMendrik authored Apr 1, 2024
2 parents f394aaf + 44f10e1 commit 038b529
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
To test your submission use the following command:
python run.py predict
python run.py
For example:
python run.py predict data/PreFer_fake_data.csv
python run.py PreFer_fake_data.csv PreFer_fake_background_data.csv
Optionally, you can use the score function to calculate evaluation scores given
your predictions and the ground truth within the training dataset.
Expand Down

0 comments on commit 038b529

Please sign in to comment.