View source: R/PepFeatureSelect.R
FeatureSebyVariImpFil | R Documentation |
Title Feature Selection by Embedded Filter Methods
FeatureSebyVariImpFil( dataset = MLtestData, target = "judge", taskid = "FeatureSebyVariImpFil", filtermethodVI = c("classif.ranger", "classif.rpart", "classif.xgboost") )
dataset |
A dataframe of Machine Learing test dataset |
target |
A character of column name in dataset |
taskid |
A character of taskid |
filtermethodVI |
A vectors of Learners With Embedded Filter Methods |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.