R/generateParConfig.R
generateParConfig.Rd
This function tries to find a good Parameter Configuration for the given learner.
generateParConfig(learner, task = NULL)
learner | [ |
---|---|
task | [ |
[ParConfig
]
The output of this function might change over time with coming updates. Not recommended for reproducible research unless you save the output.
#> Parameter Configuration #> Parameter Values: #> Associated Learner: classif.svm #> Parameter Set: #> Type len Def Constr Req Tunable Trafo #> cost numeric - 0 -15 to 15 - TRUE Y #> gamma numeric - log2(1/p) -15 to 15 - TRUE Y