Description Usage Arguments Value Examples
View source: R/getDefaultParConfig.R
For a given Learner this method will return a useful default Parameter Set for Tuning.
1 | getDefaultParConfig(learner)
|
learner |
[ |
[ParConfig
]
1 2 3 | learner = makeLearner("classif.randomForest")
par.config = getDefaultParConfig(learner)
print(par.config)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.