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

Implement TPR and FPR in coords #40

Closed
xrobin opened this issue Jan 30, 2019 · 1 comment
Closed

Implement TPR and FPR in coords #40

xrobin opened this issue Jan 30, 2019 · 1 comment

Comments

@xrobin
Copy link
Owner

xrobin commented Jan 30, 2019

Calculate FPR and TPR of ROC curve in coords.
Example usage: https://stackoverflow.com/questions/16643917/

This is trivially calculated as:

  • TPR = sensitivity
  • FPR = 1 − specificity

Returning with the "TPR" and "FPR" labels might require a bit more work.

@xrobin
Copy link
Owner Author

xrobin commented Apr 7, 2019

See followup issues #47 and #48.

@xrobin xrobin closed this as completed Apr 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant