rang_mtry | R Documentation |
mtry
Fits ranger()
models for a given range of values of mtry
. Output is a table and graph giving
OOB errors.
rang_mtry(
data,
fmla,
m_vec,
seed = 1,
num.trees = 200,
respect.unordered.factors = TRUE,
...
)
data |
A data frame containing both input and target variables. |
fmla |
A formula for the model. |
m_vec |
Integer vector of values of tuning parameter |
seed, num.trees, respect.unordered.factors |
Optional arguments passed to |
... |
Other arguments passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.