plot_features_selection: Plot the influence of the selection of predictors on the RMSE

View source: R/figures.R

plot_features_selectionR Documentation

Plot the influence of the selection of predictors on the RMSE

Description

Plot the influence of the selection of predictors on the RMSE

Usage

plot_features_selection(result, who = "rangers")

Arguments

result

the output of a call to run_RF_workflow() or run_LMM_workflow()

who

"rangers" (default), "others" or "all"

Examples

## Not run: 
## Note: this example takes some time to run!
RF_test <- run_RF_workflow(data = data_rangers, Ncpu = 2, coef = 0,
                           rep_feature_select = 2, rep_finetune = 10, rep_simu = 2,
                           grid_type = "fine", n_trees = 100)

plot_features_selection(result = RF_test, who = "rangers")

## End(Not run)


courtiol/rangeRinPA documentation built on Sept. 29, 2022, 9:54 a.m.