tune_wrapper: Create a mlr tune wrapper

Description Usage Arguments

View source: R/05-mlr-project.R

Description

Creates a mlr MBO tune wrapper

Usage

1
2
3
4
5
6
7
8
9
tune_wrapper(
  learner,
  tune.control,
  show.info,
  par.set,
  resampling,
  measure,
  task
)

Arguments

learner

Learner from mlr::makeLearner

tune.control

See mlr::tuneParams()

show.info

See mlr::tuneParams()

par.set

See mlr::tuneParams()

resampling

mlr resampling

measure

Measure for scoring.

task

mlr task


pat-s/2019-feature-selection documentation built on Dec. 24, 2021, 8:40 a.m.