Skip to content

Commit

Permalink
Fix bad import of BinaryBinnedAUPRC in metrics.__init__ (#149)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #149

Reviewed By: ananthsub

Differential Revision: D45261566

fbshipit-source-id: 5a7627e6fe42e84a06a7fea995088dfd12dcc7b8
  • Loading branch information
bobakfb authored and facebook-github-bot committed Apr 26, 2023
1 parent d53fa32 commit 4cb8690
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions torcheval/metrics/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
"BinaryAccuracy",
"BinaryAUPRC",
"BinaryAUROC",
"BinaryBinnedAUPRC",
"BinaryBinnedAUROC",
"BinaryBinnedPrecisionRecallCurve",
"BinaryConfusionMatrix",
Expand Down

0 comments on commit 4cb8690

Please sign in to comment.