-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Hello,
I was wondering whether you have support for models with weights. For example:
data$weights <- weights
model_rf <- randomForestSRC::rfsrc(Surv(survtime, survstatus) ~ age + grade + tumorthickness + gender +
tobacco + race, data = data,case.wt = weights)
explainer <- survex::explain(model_rf,weights = data$weights)
# or
explainer <- survex::explain(model_rf,weights = weights)
The above returns null when I access explainer$weights
Metadata
Metadata
Assignees
Labels
No labels