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 #137 and #181 (faulty ROC AUC scores) #245

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

Conversation

robinruff
Copy link

Matbench Pull Request Template

Core code/data/docs changes

Brief description of changes

Fix for issues #137 and #181 (Faulty ROC AUC scores, caused by discretized probabilities).
Removal of the homogenize_clf_array function in data_ops.py as it is no longer used.

Tests

Tests have been changed accordingly.
Test for homogenize_clf_array was deleted, because the function does not exist anymore.
Test for score_array has been corrected.

Closed issues or PRs

Issues: #137, #181

@ardunn
Copy link
Collaborator

ardunn commented Mar 17, 2023

Great, thanks for the PR! I will review and merge soon

@ardunn
Copy link
Collaborator

ardunn commented Apr 7, 2023

As a point of discussion, are there thoughts on using F1 as a replacement for ROCAUC for the leaderboards? Since many of the algorithms only have discretized probability $\in {0,1}$

@ardunn
Copy link
Collaborator

ardunn commented Apr 7, 2023

@hrushikesh-s @computron thoughts on this?

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