View source: R/feature_selection_RF.R
rank_predictors_RF | R Documentation |
This function extract the top (fixed-effects) predictors from a RF based on their importance.
rank_predictors_RF(fit, k = NULL)
fit |
a model fitted with |
k |
the maximum number of predictors to return (default = NULL for no sub-selection) |
predictors with their importance
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.