fix(model): delete logging info

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

View File

@ -279,9 +279,8 @@ def update_patch_performance(
i.last_updated = datetime.utcnow()
i.save()
logger.info(
"Performance for %d th_batch of %s/%s (%d test issues): "
"Performance for %s/%s (%d test issues): "
"acc = %.4f, auc = %.4f, prec = %.4f, recall = %.4f, f1 = %.4f",
ith_batch,
i.owner,
i.name,
len(test_set),