Description Usage Arguments Value Examples
Title Feature Selection Using Random Forest
1 | Feature_Selection_RF(x, y, p = 0.1)
|
x |
Data matrix |
y |
Categorial dependent variable (factor) |
p |
Precentage of the number of variables to be chosen from x. Default value is 0.1. |
list of p precentage of the variables chosen by their Gini importance index.
1 | # Feature_Selection_RF(x, y, p = 0.1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.