Skip to content

Commit

Permalink
Merge pull request #149 from neurodata/fpr_fix
Browse files Browse the repository at this point in the history
FIX add max_fpr argument to auc example
  • Loading branch information
PSSF23 authored Oct 17, 2023
2 parents 486e5a2 + 8f7d52f commit 983b846
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 983b846

Please sign in to comment.