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

Post-Adjust metrics from configuration #859

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from
Draft

Post-Adjust metrics from configuration #859

wants to merge 7 commits into from

Conversation

mberr
Copy link
Member

@mberr mberr commented Apr 4, 2022

This PR adds a command to compute post-adjusted metrics for all reproducibility configurations shipped with PyKEEN.

@@ -1553,6 +1553,13 @@ class AdjustedHitsAtK(ReindexedMetric):
base_cls = HitsAtK
supports_weights: ClassVar[bool] = HitsAtK.supports_weights

@property
def key(self) -> str: # noqa: D 102
# TODO: update base Reindexed metrics -> needs canonization of adjusted metric names
Copy link
Member Author

Choose a reason for hiding this comment

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

@cthoyt what are your thoughts about that?

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.

None yet

2 participants