Skip to content

improve AUC, ROC#460

Merged
hbaniecki merged 4 commits into
masterfrom
issue-459
Aug 24, 2021
Merged

improve AUC, ROC#460
hbaniecki merged 4 commits into
masterfrom
issue-459

Conversation

@hbaniecki

@hbaniecki hbaniecki commented Aug 23, 2021

Copy link
Copy Markdown
Member

closes #459
closes #454

'cutoff': df['y_hat'].tolist(),
'specifity': df['TNR'].tolist(),
'sensivity': df['TPR'].tolist()
'specifity': [0] + df['TNR'].tolist(),

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I believe, that specificity should start with 1 instead of 0.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

fixed

@hbaniecki

hbaniecki commented Aug 23, 2021

Copy link
Copy Markdown
Member Author

had to rewrite all three functions due to a bug (again)

@hbaniecki
hbaniecki merged commit 23d7b07 into master Aug 24, 2021
@hbaniecki hbaniecki added the Python 🐍 Related to Python label Sep 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Python 🐍 Related to Python

Projects

None yet

Development

Successfully merging this pull request may close these issues.

improve AUC Improve tests that use the AUC measure

2 participants