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

Fix Mean Rank to Start from 1 in KGEModel #10090

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

chest760
Copy link

@chest760 chest760 commented Mar 3, 2025

Mean Rank (MR) metrics should always be ≥ 1, but the current implementation allows rank values to start from 0, leading to incorrect mean rank scores. While adding +1 to the calculated mean_rank produces the correct MR, this approach might be misleading for users.
If my concern is incorrect or if this fix is minor, please feel free to close this PR.
Thanks!

@chest760 chest760 requested a review from EdisonLeeeee as a code owner March 3, 2025 10:34
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.

1 participant