mi_train_rg | R Documentation |
Random Forest Model Training.
mi_train_rg(train, test, measure = msr("classif.acc"), instance = NULL)
train |
A dataframe. |
test |
A dataframe. |
measure |
Model evaluation method. |
instance |
A tuner. |
A list of learner for predicting and predicted result of test set.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.