Closed hfrick closed 10 months ago
This currently doesn't work because survival_prob_coxnet()
reconstructs multi
from the length of the penalty
, which does not allow us to specify multi = TRUE
and a penalty with a single value.
The plan is to give survival_prob_coxnet()
its own multi
arg and call it directly from multi_predict()
. We can't go through predict()
as we do now because predict()
won't let us pass the multi
argument through. We will need to add to multi_predict()
any checks on the type
(and the like) that are carried out by predict()
.
This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.
Created on 2023-05-04 with reprex v2.0.2