mi_train_xgb | R Documentation |
Xgboost model training
mi_train_xgb(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.