View source: R/select_repeat.R
Repeat the feature selection and return features that are selected more often than a provided threshold
1 | select_repeat(X, y, selector, options = list())
|
X |
n_samples x n_features matrix |
y |
vector of labels |
selector |
feature selection method |
options |
options list |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.