physioex / chambon2018 /metrics.json
4rooms's picture
Upload chambon2018/metrics.json with huggingface_hub
f62808b verified
raw
history blame contribute delete
595 Bytes
{
"accuracy": 0.826252818107605,
"f1_score": 0.731082421541214,
"precision": 0.7514980673789978,
"recall": 0.7291027128696441,
"cohen_kappa": 0.7364495396614075,
"confusion_matrix": [
[
842,
40,
62,
1,
44
],
[
117,
166,
189,
0,
209
],
[
38,
98,
4520,
209,
165
],
[
1,
0,
308,
1093,
0
],
[
68,
37,
99,
0,
1392
]
],
"support": [
989.0,
681.0,
5030.0,
1402.0,
1596.0
]
}