Skip to content

Commit

Permalink
meta.json - changed table entries from float into string
Browse files Browse the repository at this point in the history
  • Loading branch information
silvandeleemput committed Apr 18, 2024
1 parent 325e8a5 commit 777ff39
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions models/gc_node21_baseline/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,20 +94,20 @@
{
"label": "Evaluation results on the first NODE21 testing cohort of 281 cases as reported in the NODE21 challenge.",
"entries": {
"AUC": 0.839,
"sensitivity_5": 0.532,
"sensitivity_25": 0.443,
"sensitivity_125": 0.350,
"final_ranking": 0.740
"AUC": "0.839",
"sensitivity_5": "0.532",
"sensitivity_25": "0.443",
"sensitivity_125": "0.350",
"final_ranking": "0.740"
}
},
{
"label": "Evaluation results on the second NODE21 testing cohort of 298 cases as described in the publication.",
"entries": {
"AUC": 0.816,
"sensitivity_5": 0.714,
"sensitivity_25": 0.635,
"sensitivity_125": 0.504
"AUC": "0.816",
"sensitivity_5": "0.714",
"sensitivity_25": "0.635",
"sensitivity_125": "0.504"
}
}
]
Expand Down

0 comments on commit 777ff39

Please sign in to comment.