Skip to content

Commit

Permalink
Update ROC_AUC Test Case in Documentation (#2989)
Browse files Browse the repository at this point in the history
* Update ignite/contrib/metrics/roc_auc.py

* Update roc_auc.py

* Update roc_auc.py

---------

Co-authored-by: sweep-ai[bot] <128439645+sweep-ai[bot]@users.noreply.github.com>
Co-authored-by: vfdev <vfdev.5@gmail.com>
  • Loading branch information
sweep-ai[bot] and vfdev-5 committed Jul 10, 2023
1 parent 9519e9d commit ac30dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ignite/contrib/metrics/roc_auc.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def sigmoid_output_transform(output):
FPR [0.0, 0.333, 0.333, 1.0]
TPR [0.0, 0.0, 1.0, 1.0]
Thresholds [2.0, 1.0, 0.711, 0.047]
Thresholds [inf, 1.0, 0.711, 0.047]
.. versionchanged:: 0.4.11
added `device` argument
Expand Down

0 comments on commit ac30dc3

Please sign in to comment.