Skip to content

Commit fce38a7

Browse files
bobakfbfacebook-github-bot
authored andcommitted
Fix bad import of BinaryBinnedAUPRC in metrics.__init__
Differential Revision: D45261566 fbshipit-source-id: 2d3dc373df6f366c8c9373a2e652b6ea96cd4225
1 parent d53fa32 commit fce38a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

torcheval/metrics/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
"BinaryAccuracy",
7373
"BinaryAUPRC",
7474
"BinaryAUROC",
75+
"BinaryBinnedAUPRC",
7576
"BinaryBinnedAUROC",
7677
"BinaryBinnedPrecisionRecallCurve",
7778
"BinaryConfusionMatrix",

0 commit comments

Comments
 (0)