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

Add distance-rankings command #27

Merged
merged 1 commit into from
Jul 11, 2022
Merged

Conversation

metalunk
Copy link
Contributor

I added this command because it's convenient to compare two ranking files.

I thought I could merge this command with the distance command, but it complicates the flags. So I separated.
If you come up with a better name than ranking-distances, please feel free to modify it.

Signed-off-by: Ryusuke Chiba <chiba.r221@gmail.com>
@metalunk metalunk requested a review from takahi-i as a code owner June 14, 2022 02:30
@@ -244,4 +244,52 @@ esqa distance --config sample/compared_ranking.json --index sample --ranking out
]
```

We get the query cases which change the rankings compared with the rankings before change the settings.
Or, we can compare between two preserved rankings by distance-rankings command.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@takahi-i
Copy link
Contributor

Deeply sorry for the late response.. 🙇 I will see the changes today.

Or, we can compare between two preserved rankings by distance-rankings command.

```bash
esqa distance-rankings --ranking1 output/ranking1.json --ranking2 output/ranking2.json
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comparing two saved ranking is useful!

@takahi-i takahi-i merged commit 1b2279c into ubie-oss:master Jul 11, 2022
@metalunk metalunk deleted the feature/compare branch July 11, 2022 09:04
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

Successfully merging this pull request may close these issues.

2 participants