How to get confidence scores when using extended_summary with MeanAveragePrecision? #2201
Unanswered
bradsteiner-sd
asked this question in
CompVision
Replies: 2 comments
-
I can submit a PR that makes this change, I have updated my local code with this improvement |
Beta Was this translation helpful? Give feedback.
0 replies
-
I believe this got fixed in #2202 - right? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am using the
extended_summary
flag withMeanAveragePrecision()
and getting the precision values for each of the recall thresholds. However, I would like to know what confidence threshold is used at each of those recall points. In other words, how do I get the operating points for each location along the precision-recall curve? Is this possible?Beta Was this translation helpful? Give feedback.
All reactions