Skip to content
Snippets Groups Projects
Commit a7eb77de authored by function2's avatar function2
Browse files

remove precision, recall, f1

parent 916dfa8e
Branches
No related tags found
No related merge requests found
......@@ -104,10 +104,11 @@ def eval_states(gt, pred):
return {
'status': 'ok',
'joint accuracy': joint_acc / joint_tot,
'slot': {
'accuracy': slot_acc / slot_tot,
'precision': precision,
'recall': recall,
'f1': f1,
}
'slot accuracy': slot_acc / slot_tot,
# 'slot': {
# 'accuracy': slot_acc / slot_tot,
# 'precision': precision,
# 'recall': recall,
# 'f1': f1,
# }
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment