Skip to content

Commit

Permalink
FIX add max_fpr argument to auc example
Browse files Browse the repository at this point in the history
  • Loading branch information
PSSF23 authored Oct 17, 2023
1 parent 486e5a2 commit 8f7d52f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/hypothesis_testing/plot_might_auc.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
y,
metric=metric,
return_posteriors=True,
max_fpr=max_fpr,
)

print(f"ASH-90 / Partial AUC: {stat}")
Expand All @@ -110,6 +111,7 @@
y,
metric=metric,
return_posteriors=True,
max_fpr=max_fpr,
)

print(f"ASH-90 / Partial AUC: {stat}")
Expand Down

0 comments on commit 8f7d52f

Please sign in to comment.