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

generate more detailed output table #18

Open
andrewsu opened this issue Jun 23, 2023 · 0 comments
Open

generate more detailed output table #18

andrewsu opened this issue Jun 23, 2023 · 0 comments

Comments

@andrewsu
Copy link
Collaborator

I'm able to run a benchmark and get a very nice summary table of results like this:

$ benchmarks_eval treats_creative output/bte_creative

Benchmark: treats_creative
Results Directory: output/bte_creative

                        k=1     k=5     k=10    k=20
Precision @ k           0.0000  0.0000  0.0333  0.0500
Recall @ k              0.0000  0.0000  0.1000  0.3000
mAP @ k                 0.0000  0.0000  0.0111  0.0417
Top-k Accuracy          0.0000  0.0000  0.1000  0.3000

Mean Reciprocal Rank    0.03333333333333333

But this is a summary of all the lines in the corresponding data.tsv file. It would be nice to additionally show the rank of the desired answer for each line in that file.

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