<?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: proc gmlselect + elastic net without feature selection in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/proc-gmlselect-elastic-net-without-feature-selection/m-p/456451#M23819</link>
    <description>OK thanks. Wanted to use elastic net as there are correlations between at least 2 variables ... Do you know if, in this case, OLS estimates could still be used purely for prediction rather than interpretation? Thanks.</description>
    <pubDate>Mon, 23 Apr 2018 10:06:57 GMT</pubDate>
    <dc:creator>csetzkorn</dc:creator>
    <dc:date>2018-04-23T10:06:57Z</dc:date>
    <item>
      <title>proc gmlselect + elastic net without feature selection</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-gmlselect-elastic-net-without-feature-selection/m-p/456429#M23816</link>
      <description>&lt;P&gt;is it possible to use:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;selection=ELASTICNET ...&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;in PROC GLMSELECT so that no feature selection is performed (i.e. all featured are 'forced' into model)?&lt;/P&gt;</description>
      <pubDate>Mon, 23 Apr 2018 09:01:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-gmlselect-elastic-net-without-feature-selection/m-p/456429#M23816</guid>
      <dc:creator>csetzkorn</dc:creator>
      <dc:date>2018-04-23T09:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: proc gmlselect + elastic net without feature selection</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-gmlselect-elastic-net-without-feature-selection/m-p/456440#M23817</link>
      <description>&lt;P&gt;I don't think&amp;nbsp;so. If you want all variables&amp;nbsp;in the model,&amp;nbsp;use SELECTION=NONE to get the OLS estimates. But I don't think you can get the&amp;nbsp;elastic net estimates for the full model.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Apr 2018 09:45:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-gmlselect-elastic-net-without-feature-selection/m-p/456440#M23817</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2018-04-23T09:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: proc gmlselect + elastic net without feature selection</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-gmlselect-elastic-net-without-feature-selection/m-p/456451#M23819</link>
      <description>OK thanks. Wanted to use elastic net as there are correlations between at least 2 variables ... Do you know if, in this case, OLS estimates could still be used purely for prediction rather than interpretation? Thanks.</description>
      <pubDate>Mon, 23 Apr 2018 10:06:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-gmlselect-elastic-net-without-feature-selection/m-p/456451#M23819</guid>
      <dc:creator>csetzkorn</dc:creator>
      <dc:date>2018-04-23T10:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: proc gmlselect + elastic net without feature selection</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-gmlselect-elastic-net-without-feature-selection/m-p/456452#M23820</link>
      <description>&lt;P&gt;It depends on how correlated the variables are. Strong correlations can result in large&amp;nbsp;standard errors of the&amp;nbsp;OLS estimates&amp;nbsp;due to the X`X matrix being ill-conditioned. You can use the VIF option in PROC REG to examine&amp;nbsp;whether the X`X matrix is ill-conditioned.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the VIF indicates strong correlations, you might try &lt;A href="https://blogs.sas.com/content/iml/2013/03/20/compute-ridge-regression.html" target="_self"&gt;ridged regression in PROC REG&lt;/A&gt;, which is close to the Elastic Net in that it includes the quadratic penalty term. That would probably permit the closest comparison.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For other options for regression of correlated variables, see &lt;A href="https://blogs.sas.com/content/iml/2017/10/23/principal-component-regression-sas.html" target="_self"&gt;a comparison of PLS and PCR (principal component regression).&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Apr 2018 10:20:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-gmlselect-elastic-net-without-feature-selection/m-p/456452#M23820</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2018-04-23T10:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: proc gmlselect + elastic net without feature selection</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-gmlselect-elastic-net-without-feature-selection/m-p/456454#M23821</link>
      <description>Thanks. Yes ridge is an option.</description>
      <pubDate>Mon, 23 Apr 2018 10:24:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-gmlselect-elastic-net-without-feature-selection/m-p/456454#M23821</guid>
      <dc:creator>csetzkorn</dc:creator>
      <dc:date>2018-04-23T10:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: proc gmlselect + elastic net without feature selection</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-gmlselect-elastic-net-without-feature-selection/m-p/456506#M23823</link>
      <description>&lt;P&gt;I would say that PLS is superior to PCR in the case of correlated X variables, because PCR may find components that are not good predictors of the Y variable(s), while PLS&amp;nbsp;will find components of X that predict Y well (if such components exist). Studies show that PLS does well with correlated variables, compared to other methods such as stepwise regression, ridge regression and even PCR.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://amstat.tandfonline.com/doi/abs/10.1080/00401706.1993.10485033" target="_blank"&gt;https://amstat.tandfonline.com/doi/abs/10.1080/00401706.1993.10485033&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Apr 2018 13:24:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-gmlselect-elastic-net-without-feature-selection/m-p/456506#M23823</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-04-23T13:24:25Z</dc:date>
    </item>
  </channel>
</rss>

