Skip to content
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

Can queries really be permuted independently? #69

Open
danr opened this issue Oct 29, 2024 · 0 comments
Open

Can queries really be permuted independently? #69

danr opened this issue Oct 29, 2024 · 0 comments

Comments

@danr
Copy link

danr commented Oct 29, 2024

Under the header Assigning significance to mAP scores you write

To generate mAP distribution under the null hypothesis, we repeatedly reshuffle the rank list and recalculate mAP.

You refer to the rank list. But there is one rank list for each query profile. Looking at your code it seems you treat these rank lists independently. But would it not be more correct to shuffle the profile labels (query or reference), then calculate mAP by recalculating each query profile's rank list? Why is your shortcut correct?

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant