From 44f10e11a108eca7c6fe2cdf65b44a624491f1aa Mon Sep 17 00:00:00 2001 From: gertstulp Date: Sun, 31 Mar 2024 23:03:02 +0200 Subject: [PATCH] run.py did not work --- run.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run.py b/run.py index 78bf2c6..81d235b 100644 --- a/run.py +++ b/run.py @@ -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.