downloadParConfigs: Downloads multiple Parameter Configurations from the...

Description Usage Arguments Value Examples

View source: R/downloadParConfig.R

Description

Retrieve the Paramater Configurations for the given ids from the mlrHyperopt servers.

Usage

1
2
3
4
5
6
downloadParConfigs(
  ids = NULL,
  learner.class = NULL,
  learner.name = NULL,
  custom.query = NULL
)

Arguments

ids

[character]
One ore more unique identifiers of the Parameter Set

learner.class

[character(1)]
The learner.class you want to download the Parameter Configrations for.

learner.name

[character(1)]
The learner.name you want to download the Parameter Configrations for.

custom.query

[list(2)]
List of the form list(key = "key", value = "value") for custom queries.

Value

[List of ParConfigs]

Examples

1
2
par.configs = downloadParConfigs(learner.name = "svm")
print(par.configs)

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