<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Target variables and Variable Clustering vs. Variable Selection in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/Target-variables-and-Variable-Clustering-vs-Variable-Selection/m-p/271480#M4020</link>
    <description>&lt;P&gt;The target variable is not used in the Variable Clustering node. &amp;nbsp;It is an unsupervised method similar to Principal Component Analysis that only looks at the relationship among the input variables. &amp;nbsp;Hope that helps!&lt;/P&gt;</description>
    <pubDate>Wed, 18 May 2016 17:23:09 GMT</pubDate>
    <dc:creator>WendyCzika</dc:creator>
    <dc:date>2016-05-18T17:23:09Z</dc:date>
    <item>
      <title>Target variables and Variable Clustering vs. Variable Selection</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Target-variables-and-Variable-Clustering-vs-Variable-Selection/m-p/271427#M4019</link>
      <description>&lt;P&gt;I have a data set with a large number of input variables, many of which are highly correlated.&amp;nbsp; The variable clustering node does a nice job of reducing the number of variable and selecting a cluster representative, but I have a question about the algorithm that the documentation doesn't seem to address.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What role does the target variable play in the Variable Clustering node? Are the variables in a cluster selected just because they are similar, or do they have to have a simialr relationship to the target variabel as well?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In contrast, the Variable Selection node takes into account the strength of association between an input and the target.&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2016 14:57:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Target-variables-and-Variable-Clustering-vs-Variable-Selection/m-p/271427#M4019</guid>
      <dc:creator>BrianLoe</dc:creator>
      <dc:date>2016-05-18T14:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: Target variables and Variable Clustering vs. Variable Selection</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Target-variables-and-Variable-Clustering-vs-Variable-Selection/m-p/271480#M4020</link>
      <description>&lt;P&gt;The target variable is not used in the Variable Clustering node. &amp;nbsp;It is an unsupervised method similar to Principal Component Analysis that only looks at the relationship among the input variables. &amp;nbsp;Hope that helps!&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2016 17:23:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Target-variables-and-Variable-Clustering-vs-Variable-Selection/m-p/271480#M4020</guid>
      <dc:creator>WendyCzika</dc:creator>
      <dc:date>2016-05-18T17:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: Target variables and Variable Clustering vs. Variable Selection</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Target-variables-and-Variable-Clustering-vs-Variable-Selection/m-p/271875#M4024</link>
      <description>Hi, &lt;BR /&gt;If you believe the variance associated with each observation is 'according to' the target variable, you may consider listing the target variable at the WEIGHT statement in proc varclus.</description>
      <pubDate>Fri, 20 May 2016 02:10:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Target-variables-and-Variable-Clustering-vs-Variable-Selection/m-p/271875#M4024</guid>
      <dc:creator>JasonXin</dc:creator>
      <dc:date>2016-05-20T02:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: Target variables and Variable Clustering vs. Variable Selection</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Target-variables-and-Variable-Clustering-vs-Variable-Selection/m-p/272723#M4044</link>
      <description>&lt;P&gt;I should just withdraw the question. If two variables act alike, then they would be correlated with the target in the same way as well. Since my goal was to use clustering for variable selection before constructing a regression model, variable that were aligned enough to be in the same cluster would necessarily have similar relationships with the target for regression. There was no need to consider the target variable in the the Variable Clustering node other than to withhold it from all of the clusters.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I actually got fairly strong results from regression using clustering as my method of variable selection, although a LARS node with the LASSO option proved to be the best model.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2016 13:30:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Target-variables-and-Variable-Clustering-vs-Variable-Selection/m-p/272723#M4044</guid>
      <dc:creator>BrianLoe</dc:creator>
      <dc:date>2016-05-24T13:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: Target variables and Variable Clustering vs. Variable Selection</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Target-variables-and-Variable-Clustering-vs-Variable-Selection/m-p/395724#M6021</link>
      <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;variable that were aligned enough to be in the same cluster would necessarily have similar relationships with the target for regression&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I would disagree with this statement somewhat since it really depends on the nature of the relationship. &amp;nbsp;Correlation measures linear association and it is possible to have two variables have the same 'correlation' score yet have a very different relationships. &amp;nbsp;A variable with a slight linear relationship which provides minor improvements in prediction could have the same correlation with the target as a variable which has a quadratic highly predictive relationship to the target value since corrrelation only measures linearity. &amp;nbsp; Simpson's paradox assures us that things might not be simple even when the relationships are essentially linear. &amp;nbsp;When dealing with data mining problems, the number of dimensions makes it very difficult to investigate the true nature of the relationships without spending an inordinate amount of time on investigating the same. &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;Cordially,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Doug&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Sep 2017 18:54:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Target-variables-and-Variable-Clustering-vs-Variable-Selection/m-p/395724#M6021</guid>
      <dc:creator>DougWielenga</dc:creator>
      <dc:date>2017-09-13T18:54:11Z</dc:date>
    </item>
  </channel>
</rss>

