View source: R/estimateTimeTuneRanger.R
estimateTimeTuneRanger | R Documentation |
estimateTimeTuneRanger
estimateTimeTuneRanger(
task,
iters = 100,
num.threads = 1,
num.trees = 1000,
respect.unordered.factors = "order"
)
task |
The mlr task created by makeClassifTask or makeRegrTask. |
iters |
Number of iterations. |
num.threads |
Number of threads. Default is 1. |
num.trees |
Number of trees. |
respect.unordered.factors |
Handling of unordered factor covariates. One of 'ignore', 'order' and 'partition'. 'order' is the default. |
estimated time for the tuning procedure
estimateTimeTuneRanger(iris.task)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.