sbfControl
From caret v5.07-001
by Max Kuhn
Control Object for Selection By Filtering (SBF)
Controls the execution of models with simple filters for feature selection
- Keywords
- utilities
Usage
sbfControl(functions = NULL,
method = "boot",
saveDetails = FALSE,
number = ifelse(method %in% c("cv", "repeatedcv"), 10, 25),
repeats = ifelse(method %in% c("cv", "repeatedcv"), 1, number),
verbose = FALSE,
returnResamp = "all",
p = 0.75,
index = NULL,
timingSamps = 0)
Details
Simple filter-based feature selection requires function to be specified for some operations.
The fit
function builds the model based on the current data set. The arguments for the function must be:
x
y
...
sbf
}
Value
- a list that echos the specified arguments
code
itemize
score
item
x
y
x
y
See Also
Community examples
Looks like there are no examples yet.