| rfe_sce | R Documentation |
Recursive Feature Elimination for SCE models to identify the most important predictors.
rfe_sce(training_data, testing_data, predictors, predictant, nmin, ntree,
alpha = 0.05, resolution = 1000, step = 1, verbose = TRUE,
parallel = TRUE)
training_data |
Training dataset |
testing_data |
Testing dataset |
predictors |
Character vector of predictor names |
predictant |
Character vector of predictant names |
nmin |
Minimum samples per node |
ntree |
Number of trees |
alpha |
Significance level (default: 0.05) |
resolution |
Resolution for splitting (default: 1000) |
step |
Number of predictors to remove per iteration (default: 1) |
verbose |
Print progress (default: TRUE) |
parallel |
Use parallel processing (default: TRUE) |
RFE results with performance metrics and importance scores.
plot_rfe, sce, importance
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.