Hi,
At the moment, roc_auc_survival() provides the time-dependent AUC at a chosen horizon t, which relies on time-dependent sensitivity and specificity (estimated with IPCW).
However, these underlying quantities are not directly exposed as user-facing metrics. It would be very useful to have dedicated functions like sens_survival(), spec_survival(), ppv_survival(), npv_survival()... that would return the IPCW-adjusted time-dependent metric.
This may be related to #537.
Thanks for considering this, and for your work on the tidymodels ecosystem!
Hi,
At the moment,
roc_auc_survival()provides the time-dependent AUC at a chosen horizon t, which relies on time-dependent sensitivity and specificity (estimated with IPCW).However, these underlying quantities are not directly exposed as user-facing metrics. It would be very useful to have dedicated functions like
sens_survival(),spec_survival(),ppv_survival(),npv_survival()... that would return the IPCW-adjusted time-dependent metric.This may be related to #537.
Thanks for considering this, and for your work on the
tidymodelsecosystem!