Skip to content

Commit

Permalink
Update Evaluation.py
Browse files Browse the repository at this point in the history
  • Loading branch information
xianggebenben committed Apr 1, 2024
1 parent ec7824f commit df492ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Evaluation.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,13 @@ def __init__(self, acc, pr, re, f1, auc):
Args:
acc (float): Accuracy metric value.
pr (float): Precision metric value.
re (float): Recall metric value.
f1 (float): F1-score metric value.
auc (float): Area Under the Curve metric value.
"""
self.acc = acc
Expand Down

0 comments on commit df492ae

Please sign in to comment.