Skip to content

Commit

Permalink
Revert "Use spaces"
Browse files Browse the repository at this point in the history
This reverts commit 1abbe7a.
  • Loading branch information
kamilest committed Dec 8, 2024
1 parent 1abbe7a commit 9c8ad09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ predictions dataframe as well as the output directory. For example,

```bash
meds-evaluation-cli \
predictions_path="./$MEDS_ROOT_DIR/task_predictions/$DATASET_NAME/$TASK_NAME/$MODEL_NAME/.../*.parquet" \
output_dir="./$MEDS_ROOT_DIR/task_evaluation/$DATASET_NAME/$TASK_NAME/$MODEL_NAME/.../"
predictions_path="./$MEDS_ROOT_DIR/task_predictions/$DATASET_NAME/$TASK_NAME/$MODEL_NAME/.../*.parquet" \
output_dir="./$MEDS_ROOT_DIR/task_evaluation/$DATASET_NAME/$TASK_NAME/$MODEL_NAME/.../"
```

This will create a JSON file with the results in the directory provided by the `output_dir` argument.
Expand Down

0 comments on commit 9c8ad09

Please sign in to comment.