Description Usage Arguments Value Examples
View source: R/downloadParConfig.R
Retrieve the Paramater Configurations for the given ids from the mlrHyperopt servers.
1 2 3 4 5 6 | downloadParConfigs(
ids = NULL,
learner.class = NULL,
learner.name = NULL,
custom.query = NULL
)
|
ids |
[ |
learner.class |
[ |
learner.name |
[ |
custom.query |
[ |
[List of ParConfig
s]
1 2 | par.configs = downloadParConfigs(learner.name = "svm")
print(par.configs)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.