BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
munitech4u
Quartz | Level 8

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.

 

1 ACCEPTED SOLUTION

Accepted Solutions
WendyCzika
SAS Employee

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.

View solution in original post

3 REPLIES 3
WendyCzika
SAS Employee

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...

 

munitech4u
Quartz | Level 8
It does not allow to change the role of the variables in decision tree, from the output of neural network. That option is freezed
WendyCzika
SAS Employee

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-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
  • 3 replies
  • 5360 views
  • 2 likes
  • 2 in conversation