basic Mann-Whitney U statistic for area under ROC computation#400
Open
glycerine wants to merge 5 commits intogorgonia:masterfrom
Open
basic Mann-Whitney U statistic for area under ROC computation#400glycerine wants to merge 5 commits intogorgonia:masterfrom
glycerine wants to merge 5 commits intogorgonia:masterfrom
Conversation
Author
|
here's one approach to making it differentiable for optimization http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.18.8531 |
Member
|
You beaut. :) |
Member
|
Cool! |
…ximation to area under ROC
Author
|
I added an option to compute the approximation function for comparison. |
Member
|
gonna start work on this today |
Author
Sweet! |
Author
|
Let me know if there's testing or anything I can help with. |
Member
|
Sorry, I was working on this and realized it's quite good - and got side tracked. The code is now placed into https://github.com/gorgonia/qol/blob/master/metrics/auc.go... The differentiable |
Member
|
Moving to #401 for the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi @chewxy, here's the fundamental area under the ROC curve computation code -- as mentioned in our twitter discussion. The computation is standalone correct but I didn't attempt the integration with the existing library. I place it into the public domain so it can be re-used in any context. - Jason