View source: R/rederive_240508.R
rederive_rf | R Documentation |
Because the random forest models sometimes take large amounts of storage one may decide to set keep=0 within the dorf list passed to nested.glmnetr(). This function allows the user to rederive the random forest models without doing the search. Note, the random forest fitting routine does not allow for (start,stop) times.
rederive_rf(object, xs, y_, event = NULL, type = NULL)
object |
A nested.glmnetr() output object |
xs |
Same xs used as input to ntested.glmnetr() for input object. |
y_ |
Same y_ used as input to ntested.glmnetr() for input object. |
event |
Same event used as input to ntested.glmnetr() for input object. |
type |
Same type used as input to ntested.glmnetr() for input object. |
an output like nested.glmnetr()$rf_tuned_fitX for X in c("", "F", "O")
rf_tune
, nested.glmnetr
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.