fix(model): add batch_precision,recall,f1

This commit is contained in:
mcxwx 2022-06-15 18:28:43 +08:00 committed by GitHub
parent aee92669d5
commit 2f917d69e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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()