-
Hi, How would you perform cross validation or bootstrapping during the model building process for the random survival model. thanks, |
Beta Was this translation helpful? Give feedback.
Answered by
sebp
Dec 20, 2022
Replies: 1 comment
-
The models in sksurv are compatible with scikit-learn, so you can just use KFold to perform cross-validation. AFAIC, bootstrapping is not implemented in scikit-learn though. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
nkaur201
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The models in sksurv are compatible with scikit-learn, so you can just use KFold to perform cross-validation. AFAIC, bootstrapping is not implemented in scikit-learn though.