Skip to content
Snippets Groups Projects
Commit e37d6a1b authored by lenhy's avatar lenhy
Browse files

Bugfix

parent 5bb93b21
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ if __name__ == '__main__':
model_results[name]["Hits@3"] = results.data[('hits_at_3', 'both', 'realistic')]
model_results[name]["Hits@10"] = results.data[('hits_at_10', 'both', 'realistic')]
model_results[name]["MR"] = results.data[('arithmetic_mean_rank', 'both', 'realistic')]
model_results[name]["MMR"] = results.data[('inverse_harmonic_mean_rank', 'both', 'realistic')]
model_results[name]["MRR"] = results.data[('inverse_harmonic_mean_rank', 'both', 'realistic')]
for name in model_names:
print(name)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment