View source: R/feature-selection.R
select_features_ranger | R Documentation |
Perform random forest feature selection with ranger package.
select_features_ranger(
dat,
response_name,
top_n = 10000,
num_trees = 100,
importance = "permutation",
...
)
dat |
a |
response_name |
column name of the response. |
top_n |
most important N features. |
num_trees |
Number of trees. Default to 100 instead of 500 in |
importance |
see |
... |
parameters for |
a vector of selected features.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.