featureSelection | R Documentation |
Feature selection and modeling
featureSelection(para, group, method = "rf", valueID = "value",
fold = 5, resampling_method = "repeatedcv", repeats = 10,
plot_roc = TRUE, ratio = 2/3, k = 100, plotCICurve = TRUE,
verbose = FALSE, ...)
para |
An object of |
group |
The sample class used |
method |
Method for feature selection and modeling |
valueID |
The column name used |
fold |
k-fold |
repeats |
The repeat number |
verbose |
Whether output or not |
... |
Additional parameters |
The result of feature selection and modeling
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.