View source: R/PepFeatureSelect.R
FeatureWrapperMethod | R Documentation |
Title Feature Selection by Wrapper Methods Use this function in specific ML methods
FeatureWrapperMethod( dataset = MLtestData, target = "judge", taskid = "FeatureWrapperMethod", filtermethodlrn = "FeatureWrapperMethod", nevals = 20 )
dataset |
A dataframe of Machine Learing test dataset |
target |
A character of column name in dataset |
taskid |
A character of taskid |
filtermethodlrn |
A filter selection by which lrn |
nevals |
A number of nevals |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.