View source: R/FeatureSelection.R
feature.selection.4givenMLAlgorithm | R Documentation |
Variable Importance from a specific Machine Learning Algorithms
feature.selection.4givenMLAlgorithm(
feature.df,
group,
seed = 111,
scale = TRUE,
method = "glm"
)
feature.df |
Row is sample, column is feature |
scale |
|
method |
glm for logistic, rf for random forest, RRF for Regularized Random Forest, rpart for rpart model. https://www.rdocumentation.org/packages/caret/versions/4.47/topics/train |
loonR::feature.selection.4givenMLAlgorithm(miR.df, group, method = 'glm')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.