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

Use raw auc then normalize for detection test #236

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Conversation

TanguyUrvoy
Copy link

@TanguyUrvoy TanguyUrvoy commented Sep 29, 2022

To my opinion, the 2 * ( 1-max(0.5,auc) ) transformation is a normalization procedure which transforms the 0.5-to-1-lower-is-better auc metric into a 0-to-1-higher-is-better metric.
I propose to move it to the normalization method and keep the raw auc score clipped to [0.5,1] as a raw detection measure.
One reason is that auc is a well known and understood metric.

@TanguyUrvoy TanguyUrvoy requested a review from a team as a code owner September 29, 2022 12:06
@TanguyUrvoy TanguyUrvoy requested review from pvk-developer and removed request for a team September 29, 2022 12:06
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