Skip to content

Commit

Permalink
nit - remove newline
Browse files Browse the repository at this point in the history
  • Loading branch information
vpchung committed May 1, 2024
1 parent c87a56a commit f7c2e3b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion score.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ def score(gold, gold_col, pred, pred_col):
"""
roc = roc_auc_score(gold[gold_col], pred[pred_col])
pr = average_precision_score(gold[gold_col], pred[pred_col])

return {"auc_roc": roc, "auprc": pr}


Expand Down

0 comments on commit f7c2e3b

Please sign in to comment.