get_learners_internal.RdThe 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()
get_learners_internal( lrn_ids, data, inner_resampling, grid_resolution, .info = FALSE, pca = FALSE, corr = FALSE, prob = TRUE, randomit = 100, mes )
| lrn_ids |
|
|---|---|
| data | a named list with two elements |
| inner_resampling |
|
| grid_resolution |
|
| .info |
|
| pca |
|
| corr |
|
| prob |
|
| randomit |
|
| mes |
|
a list of mlr learners