Closed czaloom closed 1 month ago
Accuracy
{ "type": "Accuracy", "value": [2 / 3, 2 / 3], "parameters": { "score_thresholds": [0.25, 0.75], "hardmax": True, "label": "0", }, }, { "type": "Accuracy", "value": [1 / 3, 1 / 3], "parameters": { "score_thresholds": [0.25, 0.75], "hardmax": True, "label": "1", }, },
{ "type": "Accuracy", "value": [2 / 3, 1 / 3], "parameters": { "score_thresholds": [0.25, 0.75], "hardmax": True, }, },
Changes
Accuracy
metric is now computed over all labels rather than being per-label.Old Schema (per-label)
New Schema (aggregate)