Skip to content

Commit

Permalink
remove unused code in metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
xuhongzuo committed May 26, 2024
1 parent f351a87 commit 7654813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepod/metrics/vus/metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
def get_range_vus_roc(score, labels, slidingWindow):
R_AUC_ROC, R_AUC_PR, _, _, _ = metricor().RangeAUC(labels=labels, score=score,
window=slidingWindow, plot_ROC=True)
VUS_ROC, VUS_PR = metricor().RangeAUC_volume(labels_original=labels,
_, _, _, _, VUS_ROC, VUS_PR = metricor().RangeAUC_volume(labels_original=labels,
score=score,
windowSize=2*slidingWindow)

Expand Down

0 comments on commit 7654813

Please sign in to comment.