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

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

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
  • 5137 views
  • 2 likes
  • 2 in conversation