View source: R/mod_boosting_utils.R
boosting_importance_plot | R Documentation |
generates the graph of variable importance.
boosting_importance_plot(
model,
titles = c("Importancia de Variables segun Influencia Relativa",
"Influencia Relativa", "Variable")
)
model |
boosting model(gbm). |
titles |
Labels on the chart |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.