Description Usage Arguments Value Note Examples
View source: R/generateParConfig.R
This function tries to find a good Parameter Configuration for the given learner.
1 | 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.
1 2 | par.config = generateParConfig("classif.svm")
print(par.config)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.