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.
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
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
Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!
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.