shrink | R Documentation |
Use a cross validated penalized maximum likelihood generalized linear model to perform feature selection
shrink(data, threshold = c("one", "all"), plot = FALSE, ...)
data |
|
threshold |
|
plot |
|
... |
arguments to be passed to |
feature_calculations
object containing a data frame of the reduced feature set
Trent Henderson
library(theft)
features <- theft::calculate_features(theft::simData,
feature_set = "catch22")
best_features <- shrink(features)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.