Description Usage Arguments Value
The following learners "classif.h2o.glm", "classif.lda", "classif.mda", "classif.naiveBayes", "classif.IBk", "classif.kknn", "classif.featureless"
do not get transformed into a TuneWrapper
.
The following learners c("classif.h2o.gbm", "classif.h2o.deeplearning", "classif.nnTrain", "classif.xgboost")
are tuned with mlr::makeTuneControlRandom()
.
All other learners are tuned with mlr::makeTuneControlGrid()
.
Setting the possible hyper-parameters values is handled by get_ps()
1 2 3 4 5 6 7 8 9 10 11 12 |
lrn_ids |
|
data |
a named list with two elements |
inner_resampling |
|
grid_resolution |
|
.info |
|
pca |
|
corr |
|
prob |
|
randomit |
|
mes |
|
a list of mlr
learners
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.