-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement partial auroc metric (#3790)
* Implement partial auroc metric * Add pycodestyle changes * Added tests for max_fpr * changelog * version for tests * fix imports * fix tests * fix tests * Added more thresholds in (0,1] to test max_fpr * Removed deprecated 'reorder' param from auroc * changelog * Apply suggestions from code review Co-authored-by: Rohit Gupta <[email protected]> * remove old structure * Apply suggestions from code review Co-authored-by: Jirka Borovec <[email protected]> * fix test error Co-authored-by: Nicki Skafte <[email protected]> Co-authored-by: Nicki Skafte <[email protected]> Co-authored-by: Jirka Borovec <[email protected]> Co-authored-by: Rohit Gupta <[email protected]>
- Loading branch information
1 parent
ae9956f
commit 2094633
Showing
3 changed files
with
64 additions
and
13 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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