mi_train_rp | R Documentation |
Classification tree model training.
mi_train_rp(train, test, measure = msr("classif.acc"), instance = NULL)
train |
A dataframe. |
test |
A dataframe. |
measure |
Model evaluation method.Use |
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.