BookmarkSubscribeRSS Feed
☑ This topic is solved. Need further help from the community? Please sign in and ask a new question.
AngeloRD
Calcite | Level 5

Hello,

I'm trying to understand how Variable Importance is calculated in the PROC GRADBOOST(in SAS Studio) and the Gradient Boosting Node(in SAS Model Studio). It's clear to me that the VI metric is useful to determine which variables have more impact in my prediction, but my question is how this metric works.

 

I work in a field in which adequately justifying the metrics used is essential, and that includes understanding how the metric works and is calculated. But the documentation I find about it is vague. 

 

I hope someone here can help me. Thanks in advance.

1 ACCEPTED SOLUTION

Accepted Solutions
GuyTreepwood
Obsidian | Level 7

According to the documentation, the variable importance statistic for PROC GRADBOOST is calculated using the Residual Sum of Squares Importance Method. You can find the details behind this method here: 

 

SAS Help Center: Residual Sum of Squares Importance Method

 

 

View solution in original post

2 REPLIES 2
GuyTreepwood
Obsidian | Level 7

According to the documentation, the variable importance statistic for PROC GRADBOOST is calculated using the Residual Sum of Squares Importance Method. You can find the details behind this method here: 

 

SAS Help Center: Residual Sum of Squares Importance Method

 

 

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

How to choose a machine learning algorithm

Use this tutorial as a handy guide to weigh the pros and cons of these commonly used machine learning algorithms.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 2 replies
  • 848 views
  • 2 likes
  • 2 in conversation