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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

LogAUC metric #2304

Open
pgniewko opened this issue Jan 12, 2024 · 1 comment 路 May be fixed by #2377
Open

LogAUC metric #2304

pgniewko opened this issue Jan 12, 2024 · 1 comment 路 May be fixed by #2377
Labels
enhancement New feature or request New metric
Milestone

Comments

@pgniewko
Copy link

馃殌 Feature

Area Under ROC with log transformed FPR.

Motivation

LogAUC is similar to AUROC and is a popular and effective metric to evaluate classification models on very imbalanced datasets. It's used in Drug Design/Discovery applications.

Alternatives

The code is already implemented here.

Additional context

The metric was introduced in this paper.

@pgniewko pgniewko added the enhancement New feature or request label Jan 12, 2024
Copy link

Hi! thanks for your contribution!, great first issue!

@SkafteNicki SkafteNicki added this to the future milestone Feb 6, 2024
@SkafteNicki SkafteNicki linked a pull request Feb 13, 2024 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request New metric
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants
@SkafteNicki @pgniewko and others