how to obtain optimal random survival forest
I have a question. When performing random survival forest (RSF), how to obtain optimal RSF? My idea is to screen variables using variable importance (VIMP), then tune model parameters: ntree, nodesize and nsplit.
i am not sure whether the functions tune.nodesize and tune.rfsrc can meet the requirement for the second step.