generateParConfig: Generates a suitable Parameter Configuration Set for a given...

Description Usage Arguments Value Note Examples

View source: R/generateParConfig.R

Description

This function tries to find a good Parameter Configuration for the given learner.

Usage

1
generateParConfig(learner, task = NULL)

Arguments

learner

[Learner] Learner

task

[Task] The Task

Value

[ParConfig]

Note

The output of this function might change over time with coming updates. Not recommended for reproducible research unless you save the output.

Examples

1
2
par.config = generateParConfig("classif.svm")
print(par.config)

jakob-r/mlrHyperopt documentation built on Jan. 10, 2022, 4:32 p.m.