Description Usage Arguments Value Examples
train.randomForest
1 2 | train.randomForest(data.train, seed = 214, label = "popularity",
use.classwts = TRUE)
|
data.train |
matrix or data frame with training data |
seed |
if required for recreating exact results |
label |
column name of the class identified with the row |
use.classwts |
boolean for whether or not to use priors on the classes in the forest. Defaults to TRUE |
randomForest model trained on training data
1 | # train.randomForest(data.train)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.