Skip to content

Commit

Permalink
Merge pull request eyra#42 from gertstulp/patch-3
Browse files Browse the repository at this point in the history
better example of score function plus added note
  • Loading branch information
AdrienneMendrik authored Apr 1, 2024
2 parents fee9b76 + 7ab6df1 commit f1327cf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions score.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@
For example:
python score.py PreFer_fake_data_predictions.csv PreFer_fake_outcome.csv
python score.py your_predictions.csv PreFer_train_outcome.csv
Note: The ground truth (outcome) needs to be in a seperate file with two columns (nomem_encr, new_child)
Note: The ground truth (outcome) needs to be in a seperate file with two columns (nomem_encr, new_child).
The predictions need to be in a separate file with two columns (nomem_encr, prediction).
"""

Expand Down

0 comments on commit f1327cf

Please sign in to comment.