# NOT RUN {
## Loading dataset in environment
data(efsdata)
## Generate a ranking based on inportance (with default
## NA_threshold = 0.7,cor_threshold = 0.2)
efs <- ensemble_fs(efsdata ,5 ,runs=2)
## Create a cumulative barplot based on the output from efs
barplot_fs("test", efs, order = TRUE)
# }
Run the code above in your browser using DataLab