View source: R/feature_selection_RF.R
formula_top_pred_RF | R Documentation |
Build formula from top predictors
formula_top_pred_RF(fit, resp, k = NULL)
fit |
a model fitted with |
resp |
the name of the response variable |
k |
the maximum number of predictors to return (default = NULL for no sub-selection) |
a formula
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.