Relative influence in gradient boosted trees with gbm and mlr3 in R

I applied the gradient boosted classification trees algorithm via the mlr3 and gbm packages. My task is classification with 8 predictors. I extracted the importance scores from the learner utilizing the command learner_tuned$importance. If I am not mistaken the method used to derive the relative importance is the one Breiman introduced, which is the sum of the improvement i^2 for the non-terminal nodes where each predictor utilized as splitting variable. I have 2 questions:

  1. In case of classification task what is this measure? The MCE?
  2. I got the results depicted in the next Figure. In case the improvement refers to the MCE or Entropy reduction, how is it possible to take scores with values greater than 10? Does the gbm package scales up the scores like rpart package does? Thank you in advance.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.