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

Compare result-counts #50

Closed
peterdm opened this issue Dec 30, 2019 · 4 comments
Closed

Compare result-counts #50

peterdm opened this issue Dec 30, 2019 · 4 comments
Labels
wontfix This will not be worked on

Comments

@peterdm
Copy link

peterdm commented Dec 30, 2019

Is your feature request related to a problem? Please describe.
Comparing snapshots helps highlight jumps and dips in precision (or f(X)@10 depending on what you're measuring). However, the only proxy we have for "losing recall" (which tends to happen when you tune-up search precision), is the Results count from the current query.

Describe the solution you'd like
I would like to see the number of results returned from the snapshot alongside the number of results from the current query.

Describe alternatives you've considered
A more sophisticated recall-measurement solution. But do this hits-diff bit first!

@epugh
Copy link
Member

epugh commented Dec 30, 2019

Thanks @peterdm for this suggestion. This seems relatively doable.. I probably won't have time till next week to look on this, though a PR or a pointer on where to add this logic owuld be great ;-)

@moshebla
Copy link
Contributor

moshebla commented Jan 1, 2020

@epugh @peterdm would love your opinion on #51 which suggests to solve the general case

@epugh
Copy link
Member

epugh commented Jan 8, 2020

I think solving #51 solves this!

@stale
Copy link

stale bot commented Mar 8, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on label Mar 8, 2020
@stale stale bot closed this as completed Mar 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants