mtry_finder | R Documentation |
Calculates mtry, the number of variables to try at each split, from
a data.frame
for randomForest
.
mtry_finder(df)
df |
|
Single numeric value for mtry
data(iris) mtry <- mtry_finder(iris)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.