Wrapper Methods
Recursive Feature Elimination, Wrapper Algorithm
Last updated
Was this helpful?
Recursive Feature Elimination, Wrapper Algorithm
Last updated
Was this helpful?
Parameters
Input
Target Data
Input data
rfe object
Name of the recursive feature elimination object (fill out at your discretion)
X
User-defined columns for X
supply two or more columns (all data type)
Y
User-defined column of Y
factor for classification, numeric vector for regression
Parameters
Input
Target Data
Input data
Boruta Object
Name of the boruta object (fill out at your discretion)
X
User-defined columns for X (predictors)
supply two or more columns (all data type)
Y
User-defined column of Y
factor for classification, numeric vector for regression
Recursive Feature Elimination: https://www.rdocumentation.org/packages/caret/versions/6.0-86/topics/rfe
Wrapper Algorithm: https://www.rdocumentation.org/packages/Boruta/versions/7.0.0/topics/Boruta