Description Usage Arguments Details Value Author(s)
build a model with training datasets.
1 2 | make_RF_model(train_data, study, numtree = 500, number_try,
numbercv = 10, classvariable)
|
train_data |
list or dataframe, the dataframe contianed the features or a list contianed multi-dataframe with features. |
study |
character,if train_data is a list, we can use 'study' extract the dataframe, default is NULL. |
numtree |
numeric, the number of trees for randomforest, see |
number_try |
numeric, the number of variables randomly sampled as candidates at each split,
see |
numbercv |
numeric, the number of cross-validation. |
classvariable |
character, the header name of the train dataframe for the classification. |
TODO
a model object, see [randomForest]
details.
Shuangbin Xu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.