Description Usage Arguments Value
View source: R/ml_post_processing.R
Get the optinmal feature sets
1 2 3 4 5 6 7 | get_bestFeatureSets(
BMR_perf,
selectedPATH,
lrn = c("svm", "randomForest", "nnTrain"),
window_size = 5,
confidence_level = 0.05
)
|
BMR_perf |
a |
selectedPATH |
|
lrn |
|
window_size |
|
confidence_level |
|
a data.frame
with the optimal model number of features and selected features per task.id
and learner.id
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.