boosting_importance_plot {regressoR}R Documentation

boosting_importance_plot

Description

generates the graph of variable importance.

Usage

boosting_importance_plot(
  model,
  titles = c("Importancia de Variables segun Influencia Relativa",
    "Influencia Relativa", "Variable")
)

Arguments

model

boosting model(gbm).

titles

Labels on the chart


[Package regressoR version 3.0.2 Index]