I created a neural network, but I can't find any option within enterprise miner, where I can access the variable importance, similar to decision tree. I wanted to get to a final list of reduced variables. Like in regression, we keep only the most significant variables for final model building.
You need to use the Metadata node following the Neural Network node to change the roles of the observed target to REJECTED and the predicted target (posterior probability for the event level if a nominal target) to TARGET. Then use a Decision Tree node after that.
Neural networks don't directly give you variable importance, and all of the inputs are included in the model (no selection is done, so there is no reduced set). But see this post about a technique of using a decision tree as a surrogate model for calculating variable importance based on the neural network model that was fit: https://communities.sas.com/t5/SAS-Data-Mining/Interpreting-Neural-Network/m-p/250372/highlight/true...
You need to use the Metadata node following the Neural Network node to change the roles of the observed target to REJECTED and the predicted target (posterior probability for the event level if a nominal target) to TARGET. Then use a Decision Tree node after that.
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
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.