Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Detection metric release. #159
Detection metric release. #159
Changes from 16 commits
b2bb060
357e789
2de0952
690ff3d
07ab68c
ee9b37f
8cbb898
8b97bcc
c85b5a7
d28d01e
8f08b67
5f532fc
9707b4e
83b4ef2
fdf1e90
8509df4
b7abaea
e8d8daa
d621b3c
e16b853
25ef3cd
65e36c1
73fbc82
d1c4799
e5e7f39
acc703c
8c8d71d
6e2d754
f213181
d82ea5d
4508687
e44b806
89dba09
52d8269
0653446
6993906
a2863ea
ecb37f5
9e39da8
632c9b7
1415d89
93a0df0
efb1faa
97ffb87
db2f83f
a806569
5078fb9
1d90574
67f42ec
2b831db
27cfeb5
96f8d48
a62a65a
66c503c
28a5f66
96a0ed4
21187d1
05819e0
9231378
de025a1
1883647
f8fe26b
d9d0ee9
28a35c6
e872471
95b9be5
c8ff45f
252aec8
687d12b
995a235
6953336
2fdb385
ccf303c
90363ff
b7b475a
902d3a6
7e69da1
ef3b331
2e6f44d
f690224
aab2582
78a6e53
84360d7
bf099e4
4da6b95
e5a50a5
589e897
2d4a490
befc3c5
538d258
7c7fff0
dd99a56
ed51c79
d06e811
3674c93
db8baa6
1e4847d
5b5b9d2
9afdf8f
3609cf6
1754a0c
16d49ab
ad1619c
12f2056
4673043
bae3b7d
96b83bd
64ecce3
c778106
3bf475c
e1adfa6
24d1c5d
7301fd1
95845ed
de65f3e
f77119c
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it is a bit of a stretch to call this interpolation, since we are using the values at all data points, rather than interpolating at fixed recall points, e.g. 11 (PASCAL) 40 or 100 evenly spaced points of recall. (e.g. https://www.youtube.com/watch?v=yjCMEjoc_ZI)
I would mention that this function forces monotonicity of precision, from right to left.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the difference between enforcing right-left monotonicity and interpolated precision/recall? I thought they were the same, like slide 27 in: https://www.cl.cam.ac.uk/teaching/1415/InfoRtrv/lecture5.pdf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because if it's the difference between using all data points and using fixed recall points, doesn't that contradict the later comment about all-type interpolation?