Replies: 1 comment
-
I love this question because it has an easy answer! They don't exist. If you look at the documentation in the However time-dependent C-indices exist, and we have an open issue for this here #267 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
Based on the code below, we see that the example
ranger
survival learner has no output prediction of typelp
, while all ROC AUCs measures supported currently need that particular type to be calculated:Created on 2022-06-07 by the reprex package (v2.0.1)
Could
crank
be somehow used in this case instead oflp
(settinglp
==crank
? - maybe doesn't make sense to do that in general though). Maybe consider supporting a more general ROC AUC score (if it exists, a research question :) that requires a relative risk or distribution prediction?Beta Was this translation helpful? Give feedback.
All reactions