fix(model): add batch_precision,recall,f1
This commit is contained in:
parent
aee92669d5
commit
2f917d69e9
|
@ -50,6 +50,9 @@ def get_update_set(
|
|||
n_newcomer_resolved=0,
|
||||
batch_accuracy=[],
|
||||
batch_auc=[],
|
||||
batch_precision=[],
|
||||
batch_recall=[],
|
||||
batch_f1=[],
|
||||
last_updated=datetime.now(),
|
||||
)
|
||||
repo.save()
|
||||
|
|
Loading…
Reference in New Issue