e_xgb_importance {predictoR} | R Documentation |
Var importance XGBoosting
Description
Var importance XGBoosting
Usage
e_xgb_importance(modelo, error = "Gain")
Arguments
modelo |
a random forest model. |
error |
a character specifying the type of importance. |
Value
echarts4r plot
Author(s)
Joseline Quiros <joseline.quiros@promidat.com>
Examples
model <- traineR::train.xgboost(Species ~ ., data = iris, nrounds = 20)
e_xgb_importance(model)
[Package predictoR version 4.1.1 Index]