addMlrDataTask: Add 'mlrData' task as a problem.

Description Usage Arguments Value

Description

Learners should be compared on the same training / test splits, therefore a problem seed will always be used to synchronize resampling.

Usage

1
  addMlrDataTask(reg, id, resampling, measures, seed, ...)

Arguments

reg

[ExperimentRegistryMlr]
Registry.

id

[character(1)]
Id of task in mlrData. Will also be used as id of BatchExperiments problem.

resampling

[ResampleDesc | ResampleInstance]
Resampling strategy.

measures

[Measure | list of Measure]
Performance measures to evaluate for task. Default are the default mlr measures for the task.

seed

[integer(1)]
Problem seed. Default is to generate a random one.

...

[any]
Further arguments passed to getDataset.

Value

[character(1)]. Invisibly returns the id.


tudo-r/BatchExperimentsMlr documentation built on June 1, 2019, 2:52 a.m.