View source: R/mod_model_xgb_utils.R
e_xgb_importance | R Documentation |
Var importance XGBoosting
e_xgb_importance(modelo, error = "Gain")
modelo |
a random forest model. |
error |
a character specifying the type of importance. |
echarts4r plot
Joseline Quiros <joseline.quiros@promidat.com>
model <- traineR::train.xgboost(Species ~ ., data = iris, nrounds = 20)
e_xgb_importance(model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.