Skip to content

Commit 4cb8690

Browse files
bobakfbfacebook-github-bot
authored andcommitted
Fix bad import of BinaryBinnedAUPRC in metrics.__init__ (pytorch#149)
Summary: Pull Request resolved: pytorch#149 Reviewed By: ananthsub Differential Revision: D45261566 fbshipit-source-id: 5a7627e6fe42e84a06a7fea995088dfd12dcc7b8
1 parent d53fa32 commit 4cb8690

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

torcheval/metrics/__init__.py

+1
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)