Yuta Nakamura
commited on
Fix typo of sample JSON file (#34)
Browse files
docs/source/competition_repo.mdx
CHANGED
@@ -49,7 +49,7 @@ conf.json is the configuration file for the competition. An example conf.json is
|
|
49 |
"EVAL_METRIC":"roc_auc_score",
|
50 |
"LOGO":"https://github.com/abhishekkrthakur/public_images/blob/main/song.png?raw=true",
|
51 |
"DATASET": "",
|
52 |
-
"SUBMISSION_FILENAMES": ["submission.csv"]
|
53 |
"SCORING_METRIC": "roc_auc_score"
|
54 |
}
|
55 |
```
|
|
|
49 |
"EVAL_METRIC":"roc_auc_score",
|
50 |
"LOGO":"https://github.com/abhishekkrthakur/public_images/blob/main/song.png?raw=true",
|
51 |
"DATASET": "",
|
52 |
+
"SUBMISSION_FILENAMES": ["submission.csv"],
|
53 |
"SCORING_METRIC": "roc_auc_score"
|
54 |
}
|
55 |
```
|