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

Bugfix

parent 90ea44ef
Branches
No related tags found
No related merge requests found
...@@ -68,6 +68,6 @@ if __name__ == '__main__': ...@@ -68,6 +68,6 @@ if __name__ == '__main__':
print(name) print(name)
print(f"Hits@1: {model_results[name]['Hits@1']}") print(f"Hits@1: {model_results[name]['Hits@1']}")
print(f"Hits@3: {model_results[name]['Hits@3']}") print(f"Hits@3: {model_results[name]['Hits@3']}")
print(f"Hits@10: {model_results[name]['Hits@5']}") print(f"Hits@10: {model_results[name]['Hits@10']}")
print(f"Arithmetic mean rank (MR): {model_results[name]['MR']}") print(f"Arithmetic mean rank (MR): {model_results[name]['MR']}")
print(f"Inverse harmonic mean rank (MR): {model_results[name]['MRR']}") print(f"Inverse harmonic mean rank (MR): {model_results[name]['MRR']}")
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment