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

Leaderboard conflict with aliased, and non-aliased metrics #17

Open
HunterMcGushion opened this issue Jul 10, 2018 · 0 comments
Open

Leaderboard conflict with aliased, and non-aliased metrics #17

HunterMcGushion opened this issue Jul 10, 2018 · 0 comments
Labels
Help Wanted Extra attention is needed

Comments

@HunterMcGushion
Copy link
Owner

  • Resolve issue noted in leaderboards.GlobalLeaderboard.add_entry, where aliased metrics names should be merged together based on their equivalent hashes
  • Currently, using SKLearn's roc_auc_score, then using the same function under an alias (like 'roc') would produce two separate columns: 'roc_auc_score', and 'roc'
    • This is despite the fact that the two metrics are, in fact, the same thing
@HunterMcGushion HunterMcGushion added Bug Something isn't working Help Wanted Extra attention is needed labels Jul 10, 2018
@HunterMcGushion HunterMcGushion removed the Bug Something isn't working label Oct 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Help Wanted Extra attention is needed
Projects
Development

No branches or pull requests

1 participant