BookmarkSubscribeRSS Feed
geniusgenie
Obsidian | Level 7

Hi,

I was wondering if someone can help me? I am using some classifiers and my dataset contains some variables with no correlation and some with high correlation. 

 

I am looking to know that how important classifiers like SVM, Neural Network, Decision Tree, Random Forest and Logistic Regression deal with highly correlated variables?

 

Do they automatically reject them for classification or we have to manage ourself?

If we have to manage ourself then how can I manage that ?

 

In all of these classifiers how the selection and rejection of features takes place?

 

 

Regards

 

1 REPLY 1
DougWielenga
SAS Employee

Correlation among input variables could be a very important issue in classical regression where the structure of the model was critical to generating useful results and interpretation.  In most data mining scenarios, you have far more data than was available to historical approaches as well as powerful methods (linear & nonlinear) that allow you to model relationships using flexible models which adapt to your data.  You can use holdout data to empirically validate the relationships with data rather than relying on assumptions.  The amount of interpretation available differs from model to model.   Trees provide simple interpretability while neural network and SVM models do not lend themselves to interpretation.  Correlation is a concern for interpretation of simple regression models but interpretation is not meaningful if the model is inadequate which they often are.  

 

If you would benefit from broader training in using these methods, check out the training available at 

 

  http://support.sas.com/training/us/paths/dm.html

 

where you can get a better understand about how these different models can be used. 

 

Hope this helps!

Doug

 

 

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
  • 1 reply
  • 823 views
  • 1 like
  • 2 in conversation