Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
vpchung committed May 1, 2024
2 parents acc2b7c + 88667c8 commit 49ede5a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ Metrics returned and used for ranking are:
### Validate

```text
python validate.py -p PATH/TO/PREDICTIONS_FILE.CSV -g PATH/TO/GOLDSTANDARD_FILE.CSV [-o RESULTS_FILE]
python validate.py \
-p PATH/TO/PREDICTIONS_FILE.CSV \
-g PATH/TO/GOLDSTANDARD_FILE.CSV [-o RESULTS_FILE]
```
If `-o/--output` is not provided, then results will print to STDOUT, e.g.

Expand All @@ -31,7 +33,9 @@ What it will check for:
### Score

```text
python score.py -p PATH/TO/PREDICTIONS_FILE.CSV -g PATH/TO/GOLDSTANDARD_FILE.CSV [-o RESULTS_FILE]
python score.py \
-p PATH/TO/PREDICTIONS_FILE.CSV \
-g PATH/TO/GOLDSTANDARD_FILE.CSV [-o RESULTS_FILE]
```

If `-o/--output` is not provided, then results will output to `results.json`.
Expand Down

0 comments on commit 49ede5a

Please sign in to comment.