Retrieve a Paramater Configuration for the given id from the mlrHyperopt servers.

downloadParConfig(id)

Arguments

id

[character] Unique identifier for a Parameter Set. This will be downloaded from the mlrHyperopt servers.

Value

[ParConfig]

Examples

par.config = downloadParConfig("1") print(par.config)
#> Parameter Configuration #> Parameter Values: cachesize=100, tolerance=0.01 #> Associated Learner: classif.svm #> Parameter Set: #> Type len Def Constr Req Tunable Trafo #> cost numeric - - 0 to 15 - TRUE - #> degree integer - 3 1 to Inf Y TRUE - #> gamma numeric - - -5 to 5 - TRUE Y #> kernel discrete - - polynomial,radial - TRUE -