-
Notifications
You must be signed in to change notification settings - Fork 41
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
Support AUC on CV for classification problem #477
Conversation
Codecov ReportBase: 96.27% // Head: 97.72% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #477 +/- ##
==========================================
+ Coverage 96.27% 97.72% +1.45%
==========================================
Files 27 7 -20
Lines 2977 968 -2009
==========================================
- Hits 2866 946 -1920
+ Misses 111 22 -89
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Besides, I think |
@oooo26 ,shall we change |
may be other. you can search |
Oh Yes. They have a Shall we add a |
And I think ic_type/cv_score can share the same API in Cpp (that's what I have done so far), since only one of the criteria will be used. |
two excellent comments. just do it. |
@EQUIWDH you can inspect cpp code and program for cindex similarly. |
OK! I will update soon. And @EQUIWDH, if you would like to add other loss like c-index for CV, please see the |
Add
Since AUC score seems to perform better on Logistic (both speed and accuracy), maybe we can set |
Oh there is a small conflict on R: when using CV, the But currently, it is 1. We may need to change it in |
I skim the R code in R-package now, and I think @bbayukari can quickly address this remaining warning in |
Yep, just setting |
Seems everything is fine now! You can merge it if you also believe this is fine. |
LogisticRegression
andMultinomialRegression
;